forked from OSchip/llvm-project
[tests] Remove dead VALGRIND and CLEANED_TESTSUITE makefile variables.
llvm-svn: 188010
This commit is contained in:
parent
c4477dfd92
commit
cbb0a17caa
|
@ -31,16 +31,10 @@ endif
|
|||
|
||||
ifdef TESTSUITE
|
||||
LIT_TESTSUITE := $(TESTSUITE)
|
||||
CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE))
|
||||
CLEANED_TESTSUITE := $(patsubst test/%,%,$(CLEANED_TESTSUITE))
|
||||
else
|
||||
LIT_TESTSUITE := .
|
||||
endif
|
||||
|
||||
ifdef VG
|
||||
VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
|
||||
endif
|
||||
|
||||
# Check what to run for -all.
|
||||
LIT_ALL_TESTSUITES := $(LIT_TESTSUITE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue