diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-03-16 18:35:45 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2021-03-19 15:05:21 +1000 |
commit | 1639c3b76c3f2b74606f62ecd3ca725154e27f1b (patch) | |
tree | 47ba32a48a5f10937c7a04e9cac2e2f7029be80a /src/Makefile.test.include | |
parent | 3b408d21e0938b08ef8dfc79b45508421638988c (diff) |
tests: Add fuzzing harness for versionbits
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 24b2879789..7ed0eafb14 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -298,7 +298,8 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/tx_in.cpp \ test/fuzz/tx_out.cpp \ test/fuzz/txrequest.cpp \ - test/fuzz/validation_load_mempool.cpp + test/fuzz/validation_load_mempool.cpp \ + test/fuzz/versionbits.cpp endif # ENABLE_FUZZ_BINARY nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES) |