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
[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git]
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
lit.cfg
blob
3231dedc714641cedb7730a7270fd4bad8cc69c2
1
import lit.formats
2
config.name = 'shtest-shell'
3
config.suffixes = ['.txt']
4
config.test_format = lit.formats.ShTest()
5
config.test_source_root = None
6
config.test_exec_root = None
7
config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))