fixed error for the programs which have to be valgrinded
authorImran Zaman <imran.zaman@intel.com>
Tue, 14 May 2013 09:58:05 +0000 (12:58 +0300)
committerJussi Laako <jussi.laako@linux.intel.com>
Fri, 31 May 2013 09:27:44 +0000 (12:27 +0300)
tests/valgrind_common.mk

index 593f9ef..6bf05c6 100644 (file)
@@ -13,7 +13,7 @@ SUPPRESSIONS = $(top_srcdir)/tests/valgrind.supp
        --error-exitcode=1 \
        ./$*
 
-valgrind: $(TESTS)
+valgrind: $(check_PROGRAMS)
        for t in $(filter-out $(VALGRIND_TESTS_DISABLE),$(check_PROGRAMS)); do \
                $(MAKE) $$t.valgrind; \
        done;