aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-09-15 12:08:45 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-10-10 15:44:02 +0100
commit13afcc0cd4c2975852924d2d9be5e96096147716 (patch)
treead548fc587a51f8bd1c3105afa096babf186ddb1 /ci
parenta23f8c8978dc248519d31014c838fda893782c51 (diff)
downloadbitcoin-13afcc0cd4c2975852924d2d9be5e96096147716.tar.xz
iwyu: Add zmq source files
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