From d200b758a5be21dc3a0680529b75d544ac7a7d91 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 14 Sep 2009 15:27:43 +0000 Subject: Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. llvm-svn: 81764 --- llvm/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 3f21eaffc73..661f791024c 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -43,7 +43,7 @@ LIT_TESTSUITE := . endif ifdef VG -VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full +VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS) endif IGNORE_TESTS := -- cgit v1.2.3