diff options
| author | MarcoFalke <[email protected]> | 2019-09-20 14:02:16 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-10-30 13:19:30 -0400 |
| commit | fa54b3e2485f701aa420c37f09a2859a5b805161 (patch) | |
| tree | 159154904464839d6e550b1954fa0cbfb8ecbb98 /src/Makefile.test.include | |
| parent | Merge #17291: tests: Add fuzzing harness for ISO-8601 related functions (diff) | |
| download | discoin-fa54b3e2485f701aa420c37f09a2859a5b805161.tar.xz discoin-fa54b3e2485f701aa420c37f09a2859a5b805161.zip | |
test: move-only ComputeFilter to src/test/lib/blockfilter
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index c3f012000..a4cf78d61 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 |