Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
lit.cfg
blob: 761dc6748855839b0791e1e57c887087382d9c5e [
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}'
,
sys
.
executable
))