[cfe-commits] r55254 - /cfe/trunk/test/Makefile
Anders Carlsson
andersca at mac.com
Sat Aug 23 14:03:10 PDT 2008
Author: andersca
Date: Sat Aug 23 16:03:10 2008
New Revision: 55254
URL: http://llvm.org/viewvc/llvm-project?rev=55254&view=rev
Log:
Handle Objective-C++ tests.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=55254&r1=55253&r2=55254&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Sat Aug 23 16:03:10 2008
@@ -19,7 +19,7 @@
DONE = echo
endif
-TESTS := $(addprefix Output/, $(addsuffix .testresults, $(shell find $(TESTDIRS) \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \))))
+TESTS := $(addprefix Output/, $(addsuffix .testresults, $(shell find $(TESTDIRS) \( -name '*.c' -or -name '*.cpp' -or -name '*.m' -or -name '*.mm' \))))
Output/%.testresults: %
@ $(PROGRESS)
More information about the cfe-commits
mailing list