]> granicus.if.org Git - clang/commitdiff
test: add .cu extension
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 1 Dec 2010 04:22:41 +0000 (04:22 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 1 Dec 2010 04:22:41 +0000 (04:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120553 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 19e8b0b7aba608e642295f4eebcf200103a030eb..071284f955371f5164618402ee6410a0b74304e4 100644 (file)
@@ -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__)