xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg (revision b71edfaa4ec3c998aadb35255ce2f60bba2940b0)
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