Skip to content

Commit e0a9758

Browse files
author
git apple-llvm automerger
committed
Merge commit '7ae3eca6572f' from llvm.org/main into next
2 parents e8846b6 + 7ae3eca commit e0a9758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# suffixes: A list of file extensions to treat as test files. This is overriden
3535
# by individual lit.local.cfg files in the test subdirectories.
36-
config.suffixes = [".test", ".cpp", ".s", ".m", ".ll"]
36+
config.suffixes = [".test", ".cpp", ".s", ".m", ".ll", ".c"]
3737

3838
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
3939
# subdirectories contain auxiliary inputs for various tests in their parent

0 commit comments

Comments
 (0)