commit | 44f6c7a81081f4b1f72f010c41826b96e234a0ff | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat Jul 25 12:44:58 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat Jul 25 12:44:58 2009 +0000 |
tree | 2b0d74986f70b4c1aeea5357f1e0d14bcf8a207c | |
parent | 46e702ba74266f3f4ddac6276cdacc2f4557b6da [diff] [blame] |
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 4c65d7c..cf1983f 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -2,7 +2,7 @@ include $(LEVEL)/Makefile.common # Test in all immediate subdirectories if unset. -TESTDIRS ?= $(shell echo $(PROJ_SRC_DIR)/*/) +TESTDIRS ?= . ifndef TESTARGS ifdef VERBOSE