Skip to content

Commit

Permalink
Add gmock and gtest includes
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 7, 2024
1 parent c429a7c commit a68496c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
lines-changed-only: false
no-lgtm: false
repo-root: ${{ github.workspace }}
extra-args: "-I./include -I./tests -I${{ steps.strings.outputs.qt-include-dir }} -I${{ steps.strings.outputs.qt-lib-dir }}"
extra-args: "-I./include -I./tests -I./external/GoogleTestFramework/googlemock/include -I./external/GoogleTestFramework/googletest/include -I${{ steps.strings.outputs.qt-include-dir }} -I${{ steps.strings.outputs.qt-lib-dir }}"
# The following value will only update a single comment
# in a pull request's thread. Set it to false to disable the comment.
# Set it to true to post a new comment (and delete the old comment).
Expand Down

0 comments on commit a68496c

Please sign in to comment.