]> granicus.if.org Git - clang/commitdiff
run .m files as tests
authorChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2007 01:09:45 +0000 (01:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2007 01:09:45 +0000 (01:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41308 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 8e083cf9feb2a3849da73bb7c8d8bd80cc67e725..5a85584051b539f75edfa31cc94630aab6bd3a5b 100644 (file)
@@ -2,4 +2,4 @@ LEVEL = ../../..
 include $(LEVEL)/Makefile.common
 
 all::
-       PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;
+       PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \) -print -exec ./TestRunner.sh {} \;