Sign in
swiftshader
/
SwiftShader
/
47d879a7145ec847e94fe532dd7936bd0697f8da
/
.
/
third_party
/
llvm-7.0
/
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
)))