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

10 lines
267 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
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"))