Sign in
llvm
/
llvm-project
/
fcaefc2c19ebe037df7115f02abf23f94c07e8cc
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
lit.cfg
blob: cf71edc1d54d2dbdc8a583f0724b519d3467d260 [
file
] [
log
] [
blame
]
import
lit
.
formats
config
.
name
=
"shtest-shell"
config
.
suffixes
=
[
".txt"
]
config
.
test_format
=
lit
.
formats
.
ShTest
()
config
.
test_source_root
=
None
config
.
test_exec_root
=
None
config
.
substitutions
.
append
((
"%{python}"
,
'"%s"'
%
(
sys
.
executable
)))