xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-if-else/lit.cfg (revision b71edfaa4ec3c998aadb35255ce2f60bba2940b0)
1import lit.formats
2
3config.name = "shtest-if-else"
4config.test_format = lit.formats.ShTest()
5config.test_source_root = None
6config.test_exec_root = None
7config.suffixes = [".txt"]
8config.available_features.add("feature")
9config.substitutions.append(("%{sub}", "ok"))
10