aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
Commit message (Expand)AuthorAgeFilesLines
* Add test for GCC bug 90348Pieter Wuille2019-06-071-0/+1
* Merge #15399: fuzz: Script validation flagsMarcoFalke2019-02-151-20/+38
|\
| * fuzz: Script validation flagsMarcoFalke2019-02-131-0/+18
| * fuzz: Move deserialize tests to test/fuzz/deserialize.cppMarcoFalke2019-02-131-20/+20
* | qa: Add test/fuzz/test_runner.pyMarcoFalke2019-02-131-1/+2
|/
* Merge #11911: Free BerkeleyEnvironment instances when not in useWladimir J. van der Laan2019-01-311-0/+1
|\
| * Tests: add unit tests for GetWalletEnvPierre Rochard2018-11-261-0/+1
* | test: Build fuzz targets into seperate executablesMarcoFalke2019-01-291-23/+373
* | Remove duplicate libconsensus linking in test makeAmir Abrams2018-11-291-1/+1
|/
* Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for ...MarcoFalke2018-11-051-0/+15
|\
| * tests: Dry run bench_bitcoin (-evals=1 -scaling=0: <1 second running time) as...practicalswift2018-08-301-0/+15
* | Merge #14146: wallet: Remove trailing separators from -walletdir argWladimir J. van der Laan2018-10-181-2/+5
|\ \
| * | wallet: Add walletdir arg unit testsPierre Rochard2018-09-121-2/+5
* | | Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan2018-10-181-0/+1
|\ \ \
| * | | tests: Add test case for std::ios_base::ateChun Kuan Lee2018-09-261-0/+1
* | | | Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS filesJames O'Beirne2018-10-091-1/+1
* | | | Merge #14253: Build: during 'make clean', remove some files that are currentl...MarcoFalke2018-10-081-1/+1
|\ \ \ \
| * | | | Include some files currently missed by 'make distclean'.murrayn2018-10-011-1/+1
| |/ / /
* | | | Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke2018-09-271-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledLuke Dashjr2018-09-131-0/+2
| |/ /
* / / build: Remove libssl from LDADD unless guiMarcoFalke2018-09-131-1/+1
|/ /
* | Merge #12775: Integration of property based testing into Bitcoin CoreWladimir J. van der Laan2018-09-081-1/+11
|\ \
| * | Integration of property based testing into Bitcoin CoreChris Stewart2018-08-271-1/+11
* | | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-311-0/+1
|\ \ \ | |_|/ |/| |
| * | Add unit test for DEBUG_LOCKORDER codeRussell Yanofsky2018-08-031-0/+1
* | | [tests] Remove wallet accounts testJohn Newbery2018-08-271-1/+0
| |/ |/|
* | blockfilter: Unit test against BIP 158 test vectors.Jim Posen2018-08-251-0/+1
* | blockfilter: Simple test for GCSFilter construction and Match.Jim Posen2018-08-251-0/+1
|/
* Descriptor testsPieter Wuille2018-07-271-0/+1
* Merge #13557: BIP 174 PSBT Serializations and RPCsWladimir J. van der Laan2018-07-181-0/+1
|\
| * Tests for PSBTAndrew Chow2018-07-161-0/+1
* | Add SHA256 implementation using using Intel SHA intrinsicsPieter Wuille2018-06-261-0/+1
|/
* Merge #13312: docs: Add a note about the source code filename naming conventionMarcoFalke2018-06-121-2/+2
|\
| * Do not use uppercase characters in source code filenamespracticalswift2018-05-231-2/+2
* | crypto: cleanup sha256 buildCory Fields2018-06-061-1/+1
* | Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2Wladimir J. van der Laan2018-06-041-1/+4
|\ \
| * | 8-way AVX2 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+2
| * | 4-way SSE4.1 implementation for double SHA256 on 64-byte inputsPieter Wuille2018-05-291-1/+3
* | | Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...practicalswift2018-05-311-2/+2
| |/ |/|
* | Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan2018-05-161-2/+3
|\ \ | |/ |/|
| * Add unit tests for signals generated by ProcessNewBlock()Jesse Cohen2018-05-161-2/+3
* | [test] Simple unit test for TxIndex.Jim Posen2018-04-251-0/+1
* | [tests] Make rpcauth.py testable and add unit testsQasim Javed2018-04-241-0/+2
|/
* Merge #12926: Run unit tests in parallelWladimir J. van der Laan2018-04-101-8/+15
|\
| * tests: run tests in parallelCory Fields2018-04-091-2/+5
| * tests: split up actual tests and helper filesCory Fields2018-04-091-6/+10
* | tests: Avoid test suite name collision in wallet crypto_testsMarcoFalke2018-04-061-1/+1
|/
* Add tests for the Branch and Bound algorithmAndrew Chow2018-03-131-1/+2
* Split off key_io_tests from base58_testsPieter Wuille2018-02-191-5/+6
* Merge #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp.Wladimir J. van der Laan2017-12-231-0/+1
|\