diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-07 14:43:38 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-10-07 14:59:58 +0200 |
commit | d479311dba25d6a697a0c5bebbb1e913a0121b9f (patch) | |
tree | 0b68ebc3223acb130a375d200ccdac7b6205ecf0 /src/Makefile.test.include | |
parent | 49dd5c629df0a08cf3b1ea8085c03312d1a81696 (diff) | |
parent | 1534d9a83c3648709690f8ad6af752b782a35be7 (diff) |
Merge pull request #6720
1534d9a Creates unittests for addrman, makes addrman testable. Adds several unittests for addrman to verify it works as expected. Makes small modifications to addrman to allow deterministic and targeted tests. (EthanHeilman)
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index a3b6c4d9b1..0fe8ea42ff 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -36,6 +36,7 @@ GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.r BITCOIN_TESTS =\ test/arith_uint256_tests.cpp \ test/bignum.h \ + test/addrman_tests.cpp \ test/alert_tests.cpp \ test/allocator_tests.cpp \ test/base32_tests.cpp \ |