From: Daniel Dunbar Date: Fri, 31 Jul 2009 05:57:11 +0000 (+0000) Subject: Add missing test suffixes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e1d7c9b3157d7560b588c8642b247f37e4e854;p=clang Add missing test suffixes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77666 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index 89ca044f70..3bd18dc0f1 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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. #