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