Sign in
llvm
/
llvm-project
/
llvm
/
0410e9c75c4b25d71c9794f8cb51d60642ea8123
/
.
/
utils
/
lit
/
examples
/
many-tests
/
lit.cfg
blob: 3477fef01ef983c3b4ce117129f1e8f64c2f2a78 [
file
]
# -*- Python -*-
import
sys
import
os
sys
.
path
.
insert
(
0
,
os
.
path
.
dirname
(
__file__
))
import
ManyTests
config
.
test_format
=
ManyTests
.
ManyTests
()