Skip to content

Commit

Permalink
[FIX] (compilation database): pass the build command to bear after --
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveloarinjaka committed Jan 5, 2025
1 parent 1105d48 commit 6d1fb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cov-build:
# with illegal UTF-8 that make Bear unhappy.
compile_commands.json:
$(MAKE) clean
bear $(MAKE) check TESTS=
bear -- $(MAKE) check TESTS=
oclint: compile_commands.json
$(OCLINT_JCD) -e src/protobufs -- $(OCLINT_OPTIONS)

Expand Down

0 comments on commit 6d1fb89

Please sign in to comment.