Sign in
llvm
/
llvm-project
/
227f759644bbc208045178c54633df241f27da7f
/
.
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
custom-result-category
/
lit.cfg
blob: 1db7be6834c79c1346e8a6ec3d5f82038502d6e5 [
file
] [
log
] [
blame
]
import
lit
import
site
site
.
addsitedir
(
os
.
path
.
dirname
(
__file__
))
import
format
config
.
name
=
"custom-result-category"
config
.
suffixes
=
[
".txt"
]
config
.
test_format
=
format
.
MyFormat
()
config
.
test_source_root
=
None
config
.
test_exec_root
=
None