Skip to content

Commit

Permalink
add iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
trws committed Jul 26, 2023
1 parent 43a6709 commit 25bb374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/docker/fedora38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN sudo yum -y update \
cmake \
clang \
lcov \
iwyu \
&& sudo yum clean all

# Add configured user to image with sudo access:
Expand Down
3 changes: 3 additions & 0 deletions src/test/generate-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ def __str__(self):
chain_lint="t",
TEST_CHECK_PREREQS="t",
),
command_args="""
-- "-DCMAKE_CXX_INCLUDE_WHAT_YOU_USE='include-what-you-use;-Xiwyu;--verbose=7'"
""".strip(),
)

# Ubuntu: TEST_INSTALL
Expand Down

0 comments on commit 25bb374

Please sign in to comment.