repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
utils
/
lit
/
tests
/
Inputs
/
config-map-discovery
/
lit.alt.cfg
blob
c7b303f50a05c85e4d0929a66ff888f7754803aa
1
import lit.formats
2
import lit.util
3
config.name = 'config-map'
4
config.suffixes = ['.txt']
5
config.test_format = lit.formats.ShTest()
6
7
import os
8
config.test_exec_root = os.path.realpath(os.path.dirname(__file__))
9
config.test_source_root = os.path.join(config.test_exec_root, "tests")