aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJim Posen <jimpo@coinbase.com>2018-01-23 17:13:04 -0800
committerJim Posen <jim.posen@gmail.com>2018-08-25 10:02:37 -0700
commit53e7874e079f9ddfe8b176f11d46e6b59c7283d5 (patch)
treea27a83b09fac2b81380dc68d3b33fcc4a423eec8 /src/Makefile.test.include
parent558c536e35a25594881693e6ff01d275c88d7af1 (diff)
downloadbitcoin-53e7874e079f9ddfe8b176f11d46e6b59c7283d5.tar.xz
blockfilter: Simple test for GCSFilter construction and Match.
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 6f401636f5..1e318eed02 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -39,6 +39,7 @@ BITCOIN_TESTS =\
test/bip32_tests.cpp \
test/blockchain_tests.cpp \
test/blockencodings_tests.cpp \
+ test/blockfilter_tests.cpp \
test/bloom_tests.cpp \
test/bswap_tests.cpp \
test/checkqueue_tests.cpp \