bolt/deps/llvm-18.1.8/llvm/test/Examples/lit.local.cfg

6 lines
191 B
INI
Raw Normal View History

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