summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-25 12:44:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-25 12:44:58 +0000
commitb6372fa7bba2a313bc9e461661e28c6bb5e951f7 (patch)
tree1761c927a267437fd18365bef33ebc4b910d508c /clang/test
parent6d8adef9a0a81e01c9aa5b19859cf44cc4cd340c (diff)
downloadbcm5719-llvm-b6372fa7bba2a313bc9e461661e28c6bb5e951f7.tar.gz
bcm5719-llvm-b6372fa7bba2a313bc9e461661e28c6bb5e951f7.zip
Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself.
llvm-svn: 77069
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile
index 4c65d7c0157..cf1983f6b49 100644
--- a/clang/test/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud