[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:
Tobias Gysi 2021-07-02 07:20:09 +00:00
parent 3b95400f78
commit 6944f7da25
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
if config.mlir_include_integration_tests != 'ON':
config.unsupported = True