summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/lit.cfg
diff options
context:
space:
mode:
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