Fix Makefile for running valgrind with old tests.

This commit is contained in:
Julian Mehne 2014-11-22 12:54:36 +01:00
parent 699a19ab30
commit 6b5785b149

View File

@ -55,7 +55,7 @@ ifdef USE_VALGRIND
TOOL := valgrind -q \
-q \
$(VALGRIND_TOOL) \
--suppressions=../../.valgrind.supp \
--suppressions=../../../.valgrind.supp \
--error-exitcode=123 \
--log-file=valgrind.\%p.$* \
$(VGDB) \