We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2e08f8 + 7ae3eca commit 0bebd4eCopy full SHA for 0bebd4e
lldb/test/Shell/lit.cfg.py
@@ -33,7 +33,7 @@
33
34
# suffixes: A list of file extensions to treat as test files. This is overriden
35
# by individual lit.local.cfg files in the test subdirectories.
36
-config.suffixes = [".test", ".cpp", ".s", ".m", ".ll"]
+config.suffixes = [".test", ".cpp", ".s", ".m", ".ll", ".c"]
37
38
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
39
# subdirectories contain auxiliary inputs for various tests in their parent
0 commit comments