mk: Log that valgrind tests are disabled

This commit is contained in:
Richo Healey 2015-05-08 10:47:28 -07:00
parent fc7faafae7
commit 01fc026440
1 changed files with 1 additions and 0 deletions

View File

@ -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