aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-10-10 18:08:35 +0200
committerMacroFake <falke.marco@gmail.com>2022-10-10 18:08:45 +0200
commit9ca39d69dfe03c19662867c3d53a5e6e41277d4a (patch)
tree721d86832dcd7e9e62a64cd5cc2077f0df634541 /ci
parent57c192767b0e24e51f2f777668ba6f5173f8960d (diff)
parent13afcc0cd4c2975852924d2d9be5e96096147716 (diff)
downloadbitcoin-9ca39d69dfe03c19662867c3d53a5e6e41277d4a.tar.xz
Merge bitcoin/bitcoin#26254: iwyu: Add zmq source files
13afcc0cd4c2975852924d2d9be5e96096147716 iwyu: Add zmq source files (Hennadii Stepanov) Pull request description: ACKs for top commit: fanquake: ACK 13afcc0cd4c2975852924d2d9be5e96096147716 Tree-SHA512: 7af95e991fc2782aeba2edfef0a2f75f9c361058295586adb062087aa31c47cfcce2425aee9dd5153e18e018cf1f9272c9617c671b7262db55f241526c3fcb15
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 5bdb392ba3..0ee80cf114 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -68,6 +68,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
" src/util/string.cpp"\
" src/util/syserror.cpp"\
" src/util/url.cpp"\
+ " src/zmq"\
" -p . ${MAKEJOBS} -- -Xiwyu --cxx17ns -Xiwyu --mapping_file=${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp"
fi