Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing ↵ | practicalswift | |
unused includes in tests | |||
2019-06-20 | test: Create data dir in BasicTestingSetup | MarcoFalke | |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./src/bench/ ./contrib/devtools/copyright_header.py update ./src/test/ -END VERIFY SCRIPT- | |||
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/test_bitcoin\.(h|cpp)/setup_common.\1/g' $(git grep -l test_bitcoin) git mv ./src/test/test_bitcoin.h ./src/test/setup_common.h git mv ./src/test/test_bitcoin.cpp ./src/test/setup_common.cpp sed -i -e 's/BITCOIN_TEST_TEST_BITCOIN_H/BITCOIN_TEST_SETUP_COMMON_H/g' ./src/test/setup_common.h -END VERIFY SCRIPT- | |||
2018-09-26 | tests: Add test case for std::ios_base::ate | Chun Kuan Lee | |