llvm-project/mlir/test/python/lit.local.cfg

5 lines
162 B
INI

config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
if not config.enable_bindings_python:
config.unsupported = True
config.excludes.add('python_test_ops.td')