From: Anders Carlsson Date: Sat, 23 Aug 2008 21:03:10 +0000 (+0000) Subject: Handle Objective-C++ tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=413ad8b6b55ea3ddee61a34e3a69ecd52fcaf0f5;p=clang Handle Objective-C++ tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55254 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)