Skip to content

Commit

Permalink
chore: tidy root 2 (#143)
Browse files Browse the repository at this point in the history
* chore: move cppcheck to bld

* chore: move changelog to doc

* chore: move vg.supp to bld
  • Loading branch information
alex-courtis authored Nov 20, 2023
1 parent dbca9e9 commit 921aa79
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ iwyu: clean $(SRC_O) $(TST_O) $(EXAMPLE_O)
IWYU = include-what-you-use -Xiwyu --no_fwd_decls -Xiwyu --error=1 -Xiwyu --verbose=3

cppcheck: $(SRC_C) $(SRC_CXX) $(INC_H) $(EXAMPLE_C) $(TST_H) $(TST_C)
cppcheck $(^) --enable=warning,unusedFunction,performance,portability --suppressions-list=.cppcheck.supp --error-exitcode=1 $(CPPFLAGS)
cppcheck $(^) --enable=warning,unusedFunction,performance,portability --suppressions-list=bld/cppcheck.supp --error-exitcode=1 $(CPPFLAGS)

%-vg: VALGRIND = valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all --gen-suppressions=all --suppressions=.vg.supp
%-vg: VALGRIND = valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all --errors-for-leak-kinds=all --gen-suppressions=all --suppressions=bld/vg.supp
%-vg: % ;

test: $(TST_T)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 921aa79

Please sign in to comment.