summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-format/lit.cfg
blob: 38c3da3d3cd92b00a9a12ae9ddb5fb19efc5786e (plain)
1
2
3
4
5
6
7
8
9
import lit.formats
config.name = 'shtest-format'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.target_triple = 'x86_64-unknown-unknown'
config.available_features.add('a-present-feature')
config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))
OpenPOWER on IntegriCloud