aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2018-08-27 18:44:43 -0700
committerJim Posen <jim.posen@gmail.com>2019-04-06 12:10:22 -0700
commit6bcf0998c0b4111cadb9f0d58454266d41fd758b (patch)
tree14b2975273be01536e03293b5560dbc9a4a477eb /src/Makefile.test.include
parentb5e8200db76f06d35099da502439dcbdfd0a1b3e (diff)
downloadbitcoin-6bcf0998c0b4111cadb9f0d58454266d41fd758b.tar.xz
test: Unit tests for block index filter.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index a6e0785616..fd7591563f 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -92,6 +92,7 @@ BITCOIN_TESTS =\
test/blockchain_tests.cpp \
test/blockencodings_tests.cpp \
test/blockfilter_tests.cpp \
+ test/blockfilter_index_tests.cpp \
test/bloom_tests.cpp \
test/bswap_tests.cpp \
test/checkqueue_tests.cpp \