Sign in
rust
/
rust-lang
/
llvm-project
/
dccf183bb26073c6b818ea24ec31ff87563d73e2
/
.
/
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
)))