add test case for coverage

This commit is contained in:
zhengjian
2024-01-23 23:04:48 +08:00
parent e370690bd8
commit 64326c9de1
2 changed files with 104 additions and 2 deletions
-2
View File
@@ -9,8 +9,6 @@ find_package(Threads REQUIRED)
include(cmake/build.cmake)
include(cmake/develop.cmake)
message(STATUS "---->: " ${CMAKE_CURRENT_SOURCE_DIR})
if (BUILD_UNIT_TESTS)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests)
endif ()