llvm-project/llvm/test/Examples/lit.local.cfg
Stefan Gränitz bb7b937fad [Orc][examples] Temporarily re-enable tests for the C API and keep an eye on sanitizer bots
This reverts commit 9c63e5b415d1d62116fec160c6ac1f3c00933ed9
2022-11-27 13:29:53 +01:00

6 lines
189 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']