aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-09-20 14:02:16 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-30 13:19:30 -0400
commitfa54b3e2485f701aa420c37f09a2859a5b805161 (patch)
tree159154904464839d6e550b1954fa0cbfb8ecbb98 /src/Makefile.test.include
parent341e8d355d1a74aadb3a88a12a58cfda6ca262bc (diff)
downloadbitcoin-fa54b3e2485f701aa420c37f09a2859a5b805161.tar.xz
test: move-only ComputeFilter to src/test/lib/blockfilter
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index c3f0120005..a4cf78d61b 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -56,8 +56,10 @@ RAW_TEST_FILES =
GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.raw.h)
BITCOIN_TEST_SUITE = \
- test/lib/transaction_utils.h \
+ test/lib/blockfilter.cpp \
+ test/lib/blockfilter.h \
test/lib/transaction_utils.cpp \
+ test/lib/transaction_utils.h \
test/main.cpp \
test/setup_common.h \
test/setup_common.cpp