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
3 lines
80 B
INI
3 lines
80 B
INI
if config.mlir_include_integration_tests != 'ON':
|
|
config.unsupported = True
|