summaryrefslogtreecommitdiffstats
path: root/test/Makefile
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
commit44f6c7a81081f4b1f72f010c41826b96e234a0ff (patch)
tree2b0d74986f70b4c1aeea5357f1e0d14bcf8a207c /test/Makefile
parent46e702ba74266f3f4ddac6276cdacc2f4557b6da (diff)
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
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 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