mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[lldb][test] Allow '.c' files to be used as shell tests (#161520)
Required for https://github.com/llvm/llvm-project/pull/161521
This commit is contained in:
@@ -33,7 +33,7 @@ config.test_format = toolchain.ShTestLldb(not use_lit_shell)
|
||||
|
||||
# suffixes: A list of file extensions to treat as test files. This is overriden
|
||||
# by individual lit.local.cfg files in the test subdirectories.
|
||||
config.suffixes = [".test", ".cpp", ".s", ".m", ".ll"]
|
||||
config.suffixes = [".test", ".cpp", ".s", ".m", ".ll", ".c"]
|
||||
|
||||
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
|
||||
# subdirectories contain auxiliary inputs for various tests in their parent
|
||||
|
||||
Reference in New Issue
Block a user