llvm-for-llvmta/test/Examples/lit.local.cfg

6 lines
189 B
INI
Raw Normal View History

2022-04-25 10:02:23 +02: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']