summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/lit.cfg
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-03-26 18:17:28 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-03-26 18:17:28 +0000
commit81450dfff9ef95aea9c9a650bb36b344cae69339 (patch)
treeebd4483b98020da9abaceb050f9d140489f0657b /clang-tools-extra/test/lit.cfg
parent4a44e556cc1f4ecca24f7f7c3641085fcbc7e518 (diff)
downloadbcm5719-llvm-81450dfff9ef95aea9c9a650bb36b344cae69339.tar.gz
bcm5719-llvm-81450dfff9ef95aea9c9a650bb36b344cae69339.zip
Revised per review comments to rename test files and rearrange input files.
llvm-svn: 178047
Diffstat (limited to 'clang-tools-extra/test/lit.cfg')
-rw-r--r--clang-tools-extra/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/lit.cfg b/clang-tools-extra/test/lit.cfg
index 0d50e1b8e7e..69c39063b8b 100644
--- a/clang-tools-extra/test/lit.cfg
+++ b/clang-tools-extra/test/lit.cfg
@@ -32,7 +32,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', '.cu', '.ll', '.cl', '.s']
+config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s', '.modularize']
# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)
OpenPOWER on IntegriCloud