From b6372fa7bba2a313bc9e461661e28c6bb5e951f7 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 25 Jul 2009 12:44:58 +0000 Subject: Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself. llvm-svn: 77069 --- clang/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test') 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 -- cgit v1.2.3