Skip to content

Commit

Permalink
Run gcov/valgrind for local tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
nsauzede committed Nov 18, 2023
1 parent c4b327d commit b52257f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ifneq ($(findstring vade/src/,$(RPWD)),)
P0:=$(patsubst vade/src/%,%,$(RPWD))
ifneq ($(findstring $(P0),$(DIRS)),)
P:=$(patsubst vade/src/%,%,$(RPWD))
VALGRIND:=
GCOV:=
#VALGRIND:=
#GCOV:=
endif
endif

Expand Down

0 comments on commit b52257f

Please sign in to comment.