aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
AgeCommit message (Expand)Author
2018-11-29Remove duplicate libconsensus linking in test makeAmir Abrams
2018-11-05Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for ...MarcoFalke
2018-10-18Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan
2018-10-18Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan
2018-10-09Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS filesJames O'Beirne
2018-10-08Merge #14253: Build: during 'make clean', remove some files that are currentl...MarcoFalke
2018-10-01Include some files currently missed by 'make distclean'.murrayn
2018-09-27Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke
2018-09-26tests: Add test case for std::ios_base::ateChun Kuan Lee
2018-09-13build: Remove libssl from LDADD unless guiMarcoFalke
2018-09-13Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledLuke Dashjr
2018-09-12wallet: Add walletdir arg unit testsPierre Rochard
2018-09-08Merge #12775: Integration of property based testing into Bitcoin CoreWladimir J. van der Laan
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-30tests: Dry run bench_bitcoin (-evals=1 -scaling=0: <1 second running time) as...practicalswift
2018-08-27Integration of property based testing into Bitcoin CoreChris Stewart
2018-08-27[tests] Remove wallet accounts testJohn Newbery
2018-08-25blockfilter: Unit test against BIP 158 test vectors.Jim Posen
2018-08-25blockfilter: Simple test for GCSFilter construction and Match.Jim Posen
2018-08-03Add unit test for DEBUG_LOCKORDER codeRussell Yanofsky
2018-07-27Descriptor testsPieter Wuille
2018-07-18Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan
2018-07-16Tests for PSBTAndrew Chow
2018-06-26Add SHA256 implementation using using Intel SHA intrinsicsPieter Wuille
2018-06-12Merge #13312: docs: Add a note about the source code filename naming conventionMarcoFalke
2018-06-06crypto: cleanup sha256 buildCory Fields
2018-06-04Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan
2018-05-31Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...practicalswift
2018-05-298-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-294-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille
2018-05-23Do not use uppercase characters in source code filenamespracticalswift
2018-05-16Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan
2018-05-16Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen
2018-04-25[test] Simple unit test for TxIndex.Jim Posen
2018-04-24[tests] Make rpcauth.py testable and add unit testsQasim Javed
2018-04-10Merge #12926: Run unit tests in parallelWladimir J. van der Laan
2018-04-09tests: run tests in parallelCory Fields
2018-04-09tests: split up actual tests and helper filesCory Fields
2018-04-06tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke
2018-03-13Add tests for the Branch and Bound algorithmAndrew Chow
2018-02-19Split off key_io_tests from base58_testsPieter Wuille
2017-12-23Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan
2017-12-12[tests] remove redundant univalue_tests.cppJohn Newbery
2017-11-22[Tests] Adding unit tests for GetDifficulty in blockchain.cpp.sean
2017-11-18[tests] Test that mempool rejects coinbase transactionsJames O'Beirne
2017-11-16build: Remove -I for everything but project rootWladimir J. van der Laan
2017-10-03Merge #11433: qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-03Merge #11293: Deduplicate CMerkleBlock construction code, add test coverageMarcoFalke
2017-10-01qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-09-28Import Bech32 C++ reference code & testsPieter Wuille