diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2021-04-28 06:35:46 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2021-04-28 06:34:20 +0000 |
commit | 545404e7e1c72985557ccffe865cea269143e5dd (patch) | |
tree | bb70ffa49570a295317a642f0eff9c28104b6e14 /src/Makefile.test.include | |
parent | c6d6bc8abb721be68a3d2cdba11ceb5e9814c9b1 (diff) |
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.include | 1 |
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 \ |