未验证 提交 73231808 编写于 作者: C Cai Yudong 提交者: GitHub

Move bench to directory unittest (#16386)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 0c53f06a
......@@ -250,9 +250,6 @@ add_subdirectory( src )
if ( BUILD_UNIT_TEST STREQUAL "ON" )
append_flags( CMAKE_CXX_FLAGS FLAGS "-DELPP_DISABLE_LOGS")
add_subdirectory(unittest)
if (LINUX)
add_subdirectory(bench)
endif ()
endif ()
add_custom_target( Clean-All COMMAND ${CMAKE_BUILD_TOOL} clean )
......
......@@ -99,3 +99,6 @@ target_link_libraries(all_tests
install(TARGETS all_tests DESTINATION unittest)
if (LINUX)
add_subdirectory(bench)
endif ()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册