add tcp init -> opening -> active -> closing -> closed test case
This commit is contained in:
@@ -29,6 +29,9 @@ target_link_libraries(gtest_tcp_active_to_closing session_manager gtest)
|
||||
add_executable(gtest_tcp_opening_to_closing gtest_tcp_opening_to_closing.cpp)
|
||||
target_link_libraries(gtest_tcp_opening_to_closing session_manager gtest)
|
||||
|
||||
add_executable(gtest_tcp_init_to_opening_to_active_to_closing_to_closed gtest_tcp_init_to_opening_to_active_to_closing_to_closed.cpp)
|
||||
target_link_libraries(gtest_tcp_init_to_opening_to_active_to_closing_to_closed session_manager gtest)
|
||||
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(gtest_session)
|
||||
gtest_discover_tests(gtest_session_pool)
|
||||
@@ -38,4 +41,5 @@ 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_active_to_closing)
|
||||
gtest_discover_tests(gtest_tcp_opening_to_closing)
|
||||
gtest_discover_tests(gtest_tcp_opening_to_closing)
|
||||
gtest_discover_tests(gtest_tcp_init_to_opening_to_active_to_closing_to_closed)
|
||||
Reference in New Issue
Block a user