[ARM] Fixup pipeline test. NFC
[llvm-complete.git] / utils / lit / tests / Inputs / shtest-format / lit.cfg
blob38c3da3d3cd92b00a9a12ae9ddb5fb19efc5786e
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)))