diff options
author | Jon Atack <jon@atack.com> | 2021-02-20 11:21:34 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-03-19 20:11:39 +0100 |
commit | 41f84d5eccd4c2620bf6fee616f2f8f717dbd6f6 (patch) | |
tree | 9bd01765f06218487ec47b851dacf78a34878e04 /src/Makefile.test.include | |
parent | f126cbd6de6e1a8fee0e900ecfbc14a88e362541 (diff) |
Move peer eviction tests to a separate test file
out of net_tests, because the eviction tests:
- are a different domain of test coverage, with different dependencies
- run more slowly than the net tests
- will be growing in size, in this PR branch and in the future, as eviction
test coverage is improved
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 24b2879789..dc385b87b5 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -101,6 +101,7 @@ BITCOIN_TESTS =\ test/merkleblock_tests.cpp \ test/miner_tests.cpp \ test/multisig_tests.cpp \ + test/net_peer_eviction_tests.cpp \ test/net_tests.cpp \ test/netbase_tests.cpp \ test/pmt_tests.cpp \ |