From 80da08f625af44e920a091accf2efebf3f25f9bf Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 8 Mar 2019 12:15:13 -0800 Subject: [PATCH] Removed old tests --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afad9c4..d0378a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -400,10 +400,4 @@ if (SHOULD_BUILD_TESTS) target_link_libraries(client ${STATIC_LIB_NAME}) add_executable (server ${PROJ_DIR}/test/server.cpp) target_link_libraries(server ${STATIC_LIB_NAME}) - - # client/server performance test - add_executable (gab_client ${PROJ_DIR}/test/gab_client.cpp) - target_link_libraries(gab_client ${STATIC_LIB_NAME}) - add_executable (gab_server ${PROJ_DIR}/test/gab_server.cpp) - target_link_libraries(gab_server ${STATIC_LIB_NAME}) endif () \ No newline at end of file