Commit c2ab2bc0 authored by xiaojun.lin's avatar xiaojun.lin
Browse files

MS-565 rename test->unittest and fix parameter autotune bug


Former-commit-id: 65392a505107e20491035d417940a66e67f82ef9
parent dd048c25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ endif()
set(CORE_INCLUDE_DIRS ${CORE_INCLUDE_DIRS} PARENT_SCOPE)

if(BUILD_UNIT_TEST STREQUAL "ON")
    add_subdirectory(test)
    add_subdirectory(unittest)
endif()

config_summary()
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ set(util_srcs
        ${CORE_SOURCE_DIR}/knowhere/knowhere/adapter/ArrowAdapter.cpp
        ${CORE_SOURCE_DIR}/knowhere/knowhere/common/Exception.cpp
        ${CORE_SOURCE_DIR}/knowhere/knowhere/common/Timer.cpp
        ${CORE_SOURCE_DIR}/test/utils.cpp
        ${CORE_SOURCE_DIR}/unittest/utils.cpp
        )

#<IVF-TEST>
Loading