repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][acc] Introduce MappableType interface (#122146)
[llvm-project.git]
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
custom-result-category
/
lit.cfg
blob
1db7be6834c79c1346e8a6ec3d5f82038502d6e5
1
import lit
2
import site
3
4
site.addsitedir(os.path.dirname(__file__))
5
import format
6
7
config.name = "custom-result-category"
8
config.suffixes = [".txt"]
9
config.test_format = format.MyFormat()
10
config.test_source_root = None
11
config.test_exec_root = None