diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-05-02 17:34:12 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-05-05 13:31:01 +0200 |
commit | fa2d8b61f9343d350b67357a12f39b613c8ee8ad (patch) | |
tree | 340f22ee5846390d8267944e5fc3c0e522417f45 /src/Makefile.test.include | |
parent | faae7d5c00c99b0f3e99a1fbffbf369645716dd1 (diff) |
fuzz: BIP 42, BIP 30, CVE-2018-17144
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 69965ed1b8..461022bbfc 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -344,6 +344,7 @@ test_fuzz_fuzz_SOURCES = \ test/fuzz/txorphan.cpp \ test/fuzz/txrequest.cpp \ test/fuzz/utxo_snapshot.cpp \ + test/fuzz/utxo_total_supply.cpp \ test/fuzz/validation_load_mempool.cpp \ test/fuzz/versionbits.cpp endif # ENABLE_FUZZ_BINARY |