aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2008-08-23 21:03:10 +0000
committerAnders Carlsson <andersca@mac.com>2008-08-23 21:03:10 +0000
commit413ad8b6b55ea3ddee61a34e3a69ecd52fcaf0f5 (patch)
treec0ad39081d233aa16f3df56e17978a2ef947d9c3
parentef048ef393960728bdc82cd5c45035bde7013b6a (diff)
Handle Objective-C++ tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55254 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index ea4ef6e030..d0532e30b6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -19,7 +19,7 @@ REPORTFAIL = (echo; echo '----' $< 'failed ----')
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)