Files
clang-p2996/mlir/test/python/integration/lit.local.cfg
Tobias Gysi 6944f7da25 [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
2021-07-02 07:20:34 +00:00

3 lines
80 B
INI

if config.mlir_include_integration_tests != 'ON':
config.unsupported = True