blob: 8609fd2c5137803bfa2a34e28206caafc0b804c7 [file] [log] [blame]
import lit.formats
config.name = 'shtest-not'
config.suffixes = ['.txt']
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.substitutions.append(('%{python}', '"%s"' % (sys.executable)))