Skip to content

Commit 0bebd4e

Browse files
Michael137github-actions[bot]
authored andcommitted
Automerge: [lldb][test] Allow '.c' files to be used as shell tests (#161520)
Required for llvm/llvm-project#161521
2 parents c2e08f8 + 7ae3eca commit 0bebd4e

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)