Sign in
llvm
/
llvm-project
/
ae372bfca890cc7a67553b3cb19134359b66c0e1
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
max-time
/
lit.cfg
blob: 0600565e2437106de34d669d8a36cd77cf11788d [
file
] [
log
] [
blame
]
import
lit
.
formats
config
.
name
=
"max-time"
config
.
suffixes
=
[
".txt"
,
".py"
]
config
.
test_format
=
lit
.
formats
.
ShTest
()
config
.
test_source_root
=
None
config
.
test_exec_root
=
None
config
.
substitutions
.
append
((
"%{python}"
,
'"%s"'
%
(
sys
.
executable
)))