llvm-project/llvm/test/Examples/lit.local.cfg
Alexis Engelke 249acb6f87 [LLVM][Examples] Disable tests on AIX
Neither plugins nor JITLink works on AIX.
2025-12-13 14:39:55 +00:00

6 lines
210 B
INI

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