[cfe-commits] r77069 - /cfe/trunk/test/Makefile
Daniel Dunbar
daniel at zuster.org
Sat Jul 25 05:45:08 PDT 2009
Author: ddunbar
Date: Sat Jul 25 07:44:58 2009
New Revision: 77069
URL: http://llvm.org/viewvc/llvm-project?rev=77069&view=rev
Log:
Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=77069&r1=77068&r2=77069&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Sat Jul 25 07:44:58 2009
@@ -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
More information about the cfe-commits
mailing list