Sign in
llvm
/
llvm-project
/
75838b818bdbc14fc41f901b4e60821647009cf3
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-output-printing
/
lit.cfg
blob: 141fc3a596e77a695161856d3d2f0b1984c78701 [
file
] [
log
] [
blame
]
import
lit
.
formats
config
.
name
=
"shtest-output-printing"
config
.
suffixes
=
[
".txt"
]
config
.
substitutions
.
append
((
"%{python}"
,
f
'"{sys.executable}"'
))
config
.
test_format
=
lit
.
formats
.
ShTest
(
execute_external
=
False
)