llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/lit.cfg

import lit.formats

config.name = "shtest-if-else"
config.test_format = lit.formats.ShTest()
config.test_source_root = None
config.test_exec_root = None
config.suffixes = [".txt"]
config.available_features.add("feature")
config.substitutions.append(("%{sub}", "ok"))