aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2022-06-08 12:28:41 -0400
committerRyan Ofsky <ryan@ofsky.org>2022-07-19 16:54:52 -0400
commit1e761a0169ebdbd3b5784af39fc2248b4546eeea (patch)
treef3dded08b411a00c505e5834e6b91034c6873d94 /ci
parent6db6552377ad6316626b3ab8605a98f96f22c3d2 (diff)
downloadbitcoin-1e761a0169ebdbd3b5784af39fc2248b4546eeea.tar.xz
ci: Enable IWYU in src/kernel directory
Suggested https://github.com/bitcoin/bitcoin/pull/25308#discussion_r892505713
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/06_script_b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 29f30cfe9e..b60c9b6d30 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -42,7 +42,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
" src/compat"\
" src/dbwrapper.cpp"\
" src/init"\
- " src/kernel/mempool_persist.cpp"\
+ " src/kernel"\
" src/node/chainstate.cpp"\
" src/policy/feerate.cpp"\
" src/policy/packages.cpp"\