diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-03-27 16:24:14 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-03-27 16:37:31 +0200 |
commit | faf8dc496e761a15956f8226d727f4bbab8dff82 (patch) | |
tree | 265a3527a47c943a839e2493892ea7cabce92bb0 /ci/test | |
parent | 3e835ca95863b1350a6425dad6e2bc604e01ecdf (diff) |
fuzz: Remove legacy int parse fuzz tests
Diffstat (limited to 'ci/test')
-rwxr-xr-x | ci/test/06_script_b.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index e95a64186e..c2cf2a8720 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -61,6 +61,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/random.cpp"\ " src/rpc/fees.cpp"\ " src/rpc/signmessage.cpp"\ + " src/test/fuzz/string.cpp"\ " src/test/fuzz/txorphan.cpp"\ " src/test/fuzz/util/"\ " src/test/util/coins.cpp"\ |