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)
llvm-svn: 77666

clang/test/lit.cfg

index 89ca044..3bd18dc 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.
 #