diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-07-06 07:35:39 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-07-06 07:35:54 +0200 |
| commit | 042c323922fce00a1cd0d955a0c8b8bfa80e4045 (patch) | |
| tree | 0e2814e730c5b0672621cf6926c59c3ae23e7abb /src/Makefile.test.include | |
| parent | Merge #8298: wallet: Revert input selection post-pruning (diff) | |
| parent | Remove bad chain alert partition check (diff) | |
| download | discoin-042c323922fce00a1cd0d955a0c8b8bfa80e4045.tar.xz discoin-042c323922fce00a1cd0d955a0c8b8bfa80e4045.zip | |
Merge #8275: Remove bad chain alert partition check
ab8be98 Remove bad chain alert partition check (BtcDrak)
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c8918eb53..27e769474 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -38,7 +38,6 @@ BITCOIN_TESTS =\ test/arith_uint256_tests.cpp \ test/scriptnum10.h \ test/addrman_tests.cpp \ - test/alert_tests.cpp \ test/amount_tests.cpp \ test/allocator_tests.cpp \ test/base32_tests.cpp \ |