diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-06 07:35:39 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-06 07:35:54 +0200 |
commit | 042c323922fce00a1cd0d955a0c8b8bfa80e4045 (patch) | |
tree | 0e2814e730c5b0672621cf6926c59c3ae23e7abb /src/Makefile.test.include | |
parent | aef381161f3bac4a720d9134920b8836a09fb280 (diff) | |
parent | ab8be98fdb25b678a8cd7e89adf06d1b1f6bdd62 (diff) |
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 c8918eb53f..27e7694748 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 \ |