diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-11-23 16:36:58 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-11-23 17:26:01 +0100 |
commit | fa3b2cf277394a8db22e92f7ac385db42e60dd20 (patch) | |
tree | 93b21871c5ac477b980b5be92f0a81b6c7360d12 /ci | |
parent | 85892f77c98c7a08834a06d52af3eb474275afd8 (diff) |
fuzz: Move-only net utils
Diffstat (limited to 'ci')
-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 14a5c08bb4..46312b50eb 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -56,6 +56,7 @@ if [ "${RUN_TIDY}" = "true" ]; then " src/rpc/fees.cpp"\ " src/rpc/signmessage.cpp"\ " src/test/fuzz/txorphan.cpp"\ + " src/test/fuzz/util/"\ " src/util/bip32.cpp"\ " src/util/bytevectorhash.cpp"\ " src/util/check.cpp"\ |