aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2021-04-28 06:35:46 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2021-04-28 06:34:20 +0000
commit545404e7e1c72985557ccffe865cea269143e5dd (patch)
treebb70ffa49570a295317a642f0eff9c28104b6e14 /src/Makefile.test.include
parentc6d6bc8abb721be68a3d2cdba11ceb5e9814c9b1 (diff)
downloadbitcoin-545404e7e1c72985557ccffe865cea269143e5dd.tar.xz
fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.
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 570f011f7a..efddc5e8c4 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -274,6 +274,7 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/random.cpp \
test/fuzz/rbf.cpp \
test/fuzz/rolling_bloom_filter.cpp \
+ test/fuzz/rpc.cpp \
test/fuzz/script.cpp \
test/fuzz/script_assets_test_minimizer.cpp \
test/fuzz/script_bitcoin_consensus.cpp \