forked from OSchip/llvm-project
[mlir][linalg][python] Introduce python integration test folder.
Introduce an integration test folder in the test/python subfolder and move the opsrun.py test into the newly created folder. The test verifies named operations end-to-end using both the yaml and the python path. Differential Revision: https://reviews.llvm.org/D105276
This commit is contained in:
parent
3b95400f78
commit
6944f7da25
|
@ -0,0 +1,2 @@
|
||||||
|
if config.mlir_include_integration_tests != 'ON':
|
||||||
|
config.unsupported = True
|
Loading…
Reference in New Issue