summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-14 15:27:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-14 15:27:43 +0000
commit3a9719a3b93e217f206d44e7bf9087141779d3fd (patch)
tree35ea2c8916a95bf866b256f1e0e12c2579eeb629 /test/Makefile
parent5ea51ade5073b21270c77eb837b3f5cc32d2ce0f (diff)
downloadllvm-3a9719a3b93e217f206d44e7bf9087141779d3fd.tar.gz
llvm-3a9719a3b93e217f206d44e7bf9087141779d3fd.tar.bz2
llvm-3a9719a3b93e217f206d44e7bf9087141779d3fd.tar.xz
Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3f21eaffc7..661f791024 100644
--- a/test/Makefile
+++ b/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 :=