We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
not
MLIR_PYTHON_TEST_DEPENDS
1 parent 371048e commit d0c0986Copy full SHA for d0c0986
mlir/test/python/CMakeLists.txt
@@ -13,7 +13,7 @@ add_subdirectory(lib)
13
14
set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules)
15
if(NOT MLIR_STANDALONE_BUILD)
16
- list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count)
+ list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count not)
17
endif()
18
add_lit_testsuite(check-mlir-python "Running the MLIR Python regression tests"
19
${CMAKE_CURRENT_BINARY_DIR}
0 commit comments