bolt/deps/llvm-18.1.8/llvm/test/Examples/lit.local.cfg
2025-02-14 19:21:04 +01:00

5 lines
191 B
INI

if not config.build_examples or sys.platform in ["win32"]:
config.unsupported = True
# Test discovery should ignore subdirectories that contain test inputs.
config.excludes = ["Inputs"]