diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-06 17:32:18 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-06 17:50:46 +0200 |
| commit | 4fac576c619f450da8ca09ac8790063b3dea4364 (patch) | |
| tree | 36184ec8419bc1ae12a0285c58406a745e7a6d71 /src/Makefile.test.include | |
| parent | Merge pull request #6733 (diff) | |
| parent | Add chainstate obfuscation to avoid spurious antivirus detection (diff) | |
| download | discoin-4fac576c619f450da8ca09ac8790063b3dea4364.tar.xz discoin-4fac576c619f450da8ca09ac8790063b3dea4364.zip | |
Merge pull request #6650
42cb388 Add chainstate obfuscation to avoid spurious antivirus detection (James O'Beirne)
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 9a6e43631..a3b6c4d9b 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -53,6 +53,7 @@ BITCOIN_TESTS =\ test/hash_tests.cpp \ test/key_tests.cpp \ test/limitedmap_tests.cpp \ + test/leveldbwrapper_tests.cpp \ test/main_tests.cpp \ test/mempool_tests.cpp \ test/miner_tests.cpp \ @@ -73,6 +74,7 @@ BITCOIN_TESTS =\ test/sighash_tests.cpp \ test/sigopcount_tests.cpp \ test/skiplist_tests.cpp \ + test/streams_tests.cpp \ test/test_bitcoin.cpp \ test/test_bitcoin.h \ test/timedata_tests.cpp \ |