From: Daniel Dunbar Date: Sat, 25 Jul 2009 12:44:58 +0000 (+0000) Subject: Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f6c7a81081f4b1f72f010c41826b96e234a0ff;p=clang Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77069 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 4c65d7c015..cf1983f6b4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,7 @@ LEVEL = ../../.. include $(LEVEL)/Makefile.common # Test in all immediate subdirectories if unset. -TESTDIRS ?= $(shell echo $(PROJ_SRC_DIR)/*/) +TESTDIRS ?= . ifndef TESTARGS ifdef VERBOSE