From 413ad8b6b55ea3ddee61a34e3a69ecd52fcaf0f5 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 23 Aug 2008 21:03:10 +0000 Subject: [PATCH] Handle Objective-C++ tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55254 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1