Skip to content

Commit

Permalink
[NFC] Make buddy tests and examples depends on mlir-cpu-runner (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
imkiva committed Jul 9, 2024
1 parent a98525e commit 0941e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(BUDDY_EXAMPLES_DEPENDS
FileCheck count not
buddy-opt
buddy-translate
mlir-cpu-runner
)

add_lit_testsuite(check-examples "Checking the buddy-mlir examples..."
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set(BUDDY_TEST_DEPENDS
buddy-container-test
buddy-audio-container-test
buddy-text-container-test
mlir-cpu-runner
)

if(BUDDY_ENABLE_OPENCV)
Expand Down

0 comments on commit 0941e4b

Please sign in to comment.