diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-11-12 15:07:53 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-12-27 19:27:41 +0000 |
commit | 4ddbcd0d9abe40cd387e63d8c4817e0fe36004dc (patch) | |
tree | 93f343615607e090adbc68600bab7d774bb6fbe4 /src/Makefile.test.include | |
parent | 546a0764f3b701ee07f5a8d168e2a58fed6b46d5 (diff) |
fuzz: Add coverage for CDataStream consumer
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 cbfe93df0a..54e18f6920 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -210,6 +210,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/crypto_hkdf_hmac_sha256_l32.cpp \ test/fuzz/crypto_poly1305.cpp \ test/fuzz/cuckoocache.cpp \ + test/fuzz/data_stream.cpp \ test/fuzz/decode_tx.cpp \ test/fuzz/descriptor_parse.cpp \ test/fuzz/deserialize.cpp \ |