1import lit.formats 2 3config.name = "shtest-shell" 4config.suffixes = [".txt"] 5config.test_format = lit.formats.ShTest() 6config.test_source_root = None 7config.test_exec_root = None 8config.substitutions.append(("%{python}", '"%s"' % (sys.executable))) 9