[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / utils / lit / tests / Inputs / shtest-shell / lit.cfg
blob3231dedc714641cedb7730a7270fd4bad8cc69c2
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)))