Skip to content

Commit

Permalink
mk: Log that valgrind tests are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 8, 2015
1 parent fc7faaf commit 01fc026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/main.mk
Expand Up @@ -195,6 +195,7 @@ ifndef CFG_DISABLE_VALGRIND_RPASS
$(info cfg: valgrind-rpass command set to $(CFG_VALGRIND))
CFG_VALGRIND_RPASS :=$(CFG_VALGRIND)
else
$(info cfg: disabling valgrind run-pass tests)
CFG_VALGRIND_RPASS :=
endif

Expand Down

0 comments on commit 01fc026

Please sign in to comment.