add tcp active -> closing test case
This commit is contained in:
@@ -23,6 +23,9 @@ target_link_libraries(gtest_tcp_init_to_opening session_manager gtest)
|
||||
add_executable(gtest_tcp_opening_to_active gtest_tcp_opening_to_active.cpp)
|
||||
target_link_libraries(gtest_tcp_opening_to_active session_manager gtest)
|
||||
|
||||
add_executable(gtest_tcp_active_to_closing gtest_tcp_active_to_closing.cpp)
|
||||
target_link_libraries(gtest_tcp_active_to_closing session_manager gtest)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(gtest_session)
|
||||
gtest_discover_tests(gtest_session_pool)
|
||||
@@ -30,4 +33,5 @@ gtest_discover_tests(gtest_session_table)
|
||||
gtest_discover_tests(gtest_session_timer)
|
||||
gtest_discover_tests(gtest_session_queue)
|
||||
gtest_discover_tests(gtest_tcp_init_to_opening)
|
||||
gtest_discover_tests(gtest_tcp_opening_to_active)
|
||||
gtest_discover_tests(gtest_tcp_opening_to_active)
|
||||
gtest_discover_tests(gtest_tcp_active_to_closing)
|
||||
Reference in New Issue
Block a user