OSDN Git Service

Merging r339091:
[android-x86/external-llvm.git] / utils / lit / tests / Inputs / shtest-format / lit.cfg
1 import lit.formats
2 config.name = 'shtest-format'
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.target_triple = 'x86_64-unknown-unknown'
8 config.available_features.add('a-present-feature')
9 config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))