From: Peter Collingbourne Date: Wed, 1 Dec 2010 04:22:41 +0000 (+0000) Subject: test: add .cu extension X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9e97138d3508497a00ea44ee4d4f6fc09f1459;p=clang test: add .cu extension git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120553 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index 19e8b0b7ab..071284f955 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -16,7 +16,7 @@ execute_external = platform.system() != 'Windows' config.test_format = lit.formats.ShTest(execute_external) # suffixes: A list of file extensions to treat as test files. -config.suffixes = ['.c', '.cpp', '.m', '.mm', '.ll'] +config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll'] # test_source_root: The root path where tests are located. config.test_source_root = os.path.dirname(__file__)