mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Move bench to directory unittest (#16386)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
0c53f06a33
commit
7323180861
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user