Skip to content

Commit e4b6a83

Browse files
committed
[MLIR][Python] add not to MLIR_PYTHON_TEST_DEPENDS
1 parent e75e28a commit e4b6a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_subdirectory(lib)
1313

1414
set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules)
1515
if(NOT MLIR_STANDALONE_BUILD)
16-
list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count)
16+
list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count not)
1717
endif()
1818
add_lit_testsuite(check-mlir-python "Running the MLIR Python regression tests"
1919
${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)