From 6bcf0998c0b4111cadb9f0d58454266d41fd758b Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Mon, 27 Aug 2018 18:44:43 -0700 Subject: test: Unit tests for block index filter. --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.test.include') 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 \ -- cgit v1.2.3