Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
llvm-project
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
lit.cfg
blob: 3231dedc714641cedb7730a7270fd4bad8cc69c2 [
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
)))