aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorchinggg <24590067+chinggg@users.noreply.github.com>2022-06-22 20:44:43 +0800
committerchinggg <24590067+chinggg@users.noreply.github.com>2022-07-06 22:13:54 +0800
commit6eb0909cb7d5883a258f76ad6cf2c989fc6f892f (patch)
treecd7a68e680fac8c27e5d19d067a14e07ddec8f51 /ci
parentb9122e95f0f4ff5d2b2e21a5caf6c69d488c0347 (diff)
downloadbitcoin-6eb0909cb7d5883a258f76ad6cf2c989fc6f892f.tar.xz
fuzz: add low-level target for txorphanage
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index bdb68e0f6f..32f0ea5e42 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -46,6 +46,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
" src/policy/settings.cpp"\
" src/rpc/fees.cpp"\
" src/rpc/signmessage.cpp"\
+ " src/test/fuzz/txorphan.cpp"\
" -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
fi