]> granicus.if.org Git - clang/commitdiff
Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 12:44:58 +0000 (12:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 12:44:58 +0000 (12:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77069 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 4c65d7c0157d7d643f8d8c0ad9da462ab0216b0d..cf1983f6b49fefb6126c9da4733740474f02605b 100644 (file)
@@ -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