Skip to content

Commit 7ae3eca

Browse files
authored
[lldb][test] Allow '.c' files to be used as shell tests (llvm#161520)
Required for llvm#161521
1 parent 664b227 commit 7ae3eca

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)