| commit | c3b9106830b8216cdf97d4adc2fcbbffa73ea46c | [log] [tgz] |
|---|---|---|
| author | Maksim Levental <maksim.levental@gmail.com> | Tue Sep 16 13:03:13 2025 -0400 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 16 10:04:42 2025 -0700 |
| tree | d9fe82fdfe9f6aa16f0027733b933f1e3abfcf07 | |
| parent | daa4ae5cdeb2b0cc662a7cea78e57325ab9c2670 [diff] |
[MLIR][Python] add `not` to `MLIR_PYTHON_TEST_DEPENDS` (#159124) [lit complains if these aren't found](https://github.com/llvm/llvm-project/blob/95fc948c0a07953ae9d0973854336e197e36d349/llvm/utils/lit/lit/llvm/config.py#L466-L482) (even if they're not used by a test...) so make sure to include all of them in `MLIR_PYTHON_TEST_DEPENDS`. GitOrigin-RevId: d0c0986387b333589951c29e2b5205d08c67c668
diff --git a/test/python/CMakeLists.txt b/test/python/CMakeLists.txt index d68f3ff..e1e82ef 100644 --- a/test/python/CMakeLists.txt +++ b/test/python/CMakeLists.txt
@@ -13,7 +13,7 @@ set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules) if(NOT MLIR_STANDALONE_BUILD) - list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count) + list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count not) endif() add_lit_testsuite(check-mlir-python "Running the MLIR Python regression tests" ${CMAKE_CURRENT_BINARY_DIR}