diff options
| author | EthanHeilman <[email protected]> | 2015-09-22 15:24:16 -0400 |
|---|---|---|
| committer | EthanHeilman <[email protected]> | 2015-09-24 15:20:48 -0400 |
| commit | 1534d9a83c3648709690f8ad6af752b782a35be7 (patch) | |
| tree | e97554f6ee564182aa1c6e09af938c39f222b684 /src/Makefile.test.include | |
| parent | Merge pull request #6422 (diff) | |
| download | discoin-1534d9a83c3648709690f8ad6af752b782a35be7.tar.xz discoin-1534d9a83c3648709690f8ad6af752b782a35be7.zip | |
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.
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 cee35926a..b283d97f0 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 \ |