diff options
author | Ryan Ofsky <ryan@ofsky.org> | 2022-06-08 12:28:41 -0400 |
---|---|---|
committer | Ryan Ofsky <ryan@ofsky.org> | 2022-07-19 16:54:52 -0400 |
commit | 1e761a0169ebdbd3b5784af39fc2248b4546eeea (patch) | |
tree | f3dded08b411a00c505e5834e6b91034c6873d94 /ci | |
parent | 6db6552377ad6316626b3ab8605a98f96f22c3d2 (diff) |
ci: Enable IWYU in src/kernel directory
Suggested https://github.com/bitcoin/bitcoin/pull/25308#discussion_r892505713
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/06_script_b.sh | 2 |
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"\ |