mirror of https://github.com/llvm/torch-mlir
test/CAPI/CMakeLists.txt: Depend on FileCheck (#2329)
I saw test failing when FileCheck wasn't already buildpull/2330/head snapshot-20230725.910
parent
c56cb531d5
commit
0a67411719
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue