fuzz: add low-level target for txorphanage

This commit is contained in:
chinggg
2022-06-22 20:44:43 +08:00
parent b9122e95f0
commit 6eb0909cb7
3 changed files with 145 additions and 0 deletions

View File

@@ -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