test/CAPI/CMakeLists.txt: Depend on FileCheck (#2329)

I saw test failing when FileCheck wasn't already build
pull/2330/head snapshot-20230725.910
Matthias Gehre 2023-07-25 10:11:55 +02:00 committed by GitHub
parent c56cb531d5
commit 0a67411719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ target_link_libraries(
add_lit_testsuite(check-torch-mlir-capi "Running the torch-mlir CAPI tests"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS torch-mlir-capi-torch-test
DEPENDS torch-mlir-capi-torch-test FileCheck
)
set_target_properties(check-torch-mlir-capi PROPERTIES FOLDER "Tests")
set_target_properties(check-torch-mlir-capi PROPERTIES FOLDER "Tests")