blob: 38c3da3d3cd92b00a9a12ae9ddb5fb19efc5786e [file] [log] [blame]
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)))