Skip to content

Commit

Permalink
Move bench to directory unittest (#16386)
Browse files Browse the repository at this point in the history
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
  • Loading branch information
cydrain authored Apr 5, 2022
1 parent 0c53f06 commit 7323180
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
3 changes: 3 additions & 0 deletions internal/core/unittest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ target_link_libraries(all_tests

install(TARGETS all_tests DESTINATION unittest)

if (LINUX)
add_subdirectory(bench)
endif ()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7323180

Please sign in to comment.