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