summaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 4b4253d..4190122 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -16,15 +16,4 @@ if (SUPPORT_LIBURING)
target_link_libraries(common PUBLIC uring)
endif()
-### UNITTEST CASE
-add_executable(test-addr test/test_addr.cpp src/tfe_types.cpp src/tfe_utils.cpp)
-target_include_directories(test-addr PRIVATE include)
-target_link_libraries(test-addr PRIVATE gtest MESA_handle_logger)
-
-include(GoogleTest)
-gtest_discover_tests(test-addr)
-
-### test_cmsg
-add_executable(test_cmsg test/test_cmsg.cpp)
-target_include_directories(test_cmsg PRIVATE include)
-target_link_libraries(test_cmsg PRIVATE common)
+add_subdirectory(test)