Sign in
llvm
/
llvm-project
/
llvm
/
0410e9c75c4b25d71c9794f8cb51d60642ea8123
/
.
/
utils
/
lit
/
tests
/
Inputs
/
max-time
/
lit.cfg
blob: 01784452bd9b3abc601b07d51a0ebaf05bd4b1b1 [
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
)))