diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-20 13:53:42 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-26 13:25:20 +0200 |
commit | d1e26d4e71460ffd50c3190385c759b48ab343e9 (patch) | |
tree | a2455079d68500e91c4c2cd70a0b4df8946b7193 /src/Makefile.test.include | |
parent | 49f954f154e3576a6a8270e00ab95f52dd02c667 (diff) |
Move CMedianFilter to timedata.cpp
Now that we no longer use the median filter to keep track of
the number of blocks of peers, that's the only place it is used.
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 cc407f679f..b4360831bb 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -61,6 +61,7 @@ BITCOIN_TESTS =\ test/sigopcount_tests.cpp \ test/skiplist_tests.cpp \ test/test_bitcoin.cpp \ + test/timedata_tests.cpp \ test/transaction_tests.cpp \ test/uint256_tests.cpp \ test/univalue_tests.cpp \ |