提交 cde337d7 编写于 作者: J jinhai

Merge branch 'add_unittest' into 'branch-0.3.1'

Add unittest

See merge request megasearch/milvus!187

Former-commit-id: 71dc3989453309a9b25174ce02bf90096ba5c253
......@@ -20,4 +20,6 @@ set(knowhere_libs
)
add_executable(knowhere_test knowhere_test.cpp ${knowhere_src} ${helper})
target_link_libraries(knowhere_test ${knowhere_libs} ${unittest_libs})
\ No newline at end of file
target_link_libraries(knowhere_test ${knowhere_libs} ${unittest_libs})
install(TARGETS knowhere_test DESTINATION bin)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册