blob: 0197c6ee780ddbcbcc47eee843a04ed291bd3ae1 [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)))