From 01c6c54dd8fbd0bc9f60b3f8661dfd0de40fcc9b Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 24 Sep 2021 02:25:59 +0000 Subject: [PATCH] Fix dependency. --- python/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/test/CMakeLists.txt b/python/test/CMakeLists.txt index f6a19151d..7985c5042 100644 --- a/python/test/CMakeLists.txt +++ b/python/test/CMakeLists.txt @@ -9,6 +9,7 @@ set(TEST_DEPENDS FileCheck count not npcomp-opt NPCOMPTorchSupportPythonModules + TorchMLIRPythonModules ) add_lit_testsuite(check-npcomp-python "Running the npcomp-python regression tests"