]> granicus.if.org Git - clang/commitdiff
Add missing test suffixes.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 05:57:11 +0000 (05:57 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 05:57:11 +0000 (05:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77666 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 89ca044f70f210df30beb7c51cac5db4cc56d27f..3bd18dc0f189ac7ce03a79ae259f4c8adb6203b8 100644 (file)
@@ -3,7 +3,7 @@
 # Configuration file for the 'lit' test runner.
 
 # suffixes: A list of file extensions to treat as test files.
-suffixes = ['.c', '.cpp']
+suffixes = ['.c', '.cpp', '.m', '.mm']
     
 # environment: The base environment to use when running test commands.
 #