forked from OSchip/llvm-project
Only run MLIR PyTACO tests when python bindings are enabled.
Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D117930
This commit is contained in:
parent
653b007dc1
commit
b796709a62
|
@ -0,0 +1,5 @@
|
|||
# Disable ASAN's leak detection for python OpsDSL tests.
|
||||
config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
|
||||
# Only run when python bindings are enabled.
|
||||
if not config.enable_bindings_python:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue