diff options
| author | Pieter Wuille <[email protected]> | 2016-05-17 10:40:22 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-05-17 10:53:00 +0200 |
| commit | 5c3f8ddcaa1164079105c452429fccf8127b01b6 (patch) | |
| tree | 09ee3dbee21141b5abaf62fa0e765c4fdfe93c34 /src/Makefile.test.include | |
| parent | Merge #8038: [qa, doc] Various minor fixes (diff) | |
| parent | Fix de-serialization bug where AddrMan is corrupted after exception (diff) | |
| download | discoin-5c3f8ddcaa1164079105c452429fccf8127b01b6.tar.xz discoin-5c3f8ddcaa1164079105c452429fccf8127b01b6.zip | |
Merge #7696: Fix de-serialization bug where AddrMan is left corrupted
1475ecf Fix de-serialization bug where AddrMan is corrupted after exception * CAddrDB modified so that when de-serialization code throws an exception Addrman is reset to a clean state * CAddrDB modified to make unit tests possible * Regression test created to ensure bug is fixed * StartNode modifed to clear adrman if CAddrDB::Read returns an error code. (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 08e2f6af4..897a7dd4a 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -59,6 +59,7 @@ BITCOIN_TESTS =\ test/merkle_tests.cpp \ test/miner_tests.cpp \ test/multisig_tests.cpp \ + test/net_tests.cpp \ test/netbase_tests.cpp \ test/pmt_tests.cpp \ test/policyestimator_tests.cpp \ |