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

9 lines
248 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
import lit.formats
config.name = "shtest-shell"
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)))