Skip to content

Commit

Permalink
TEST: test non-callback unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jan 31, 2025
1 parent d0b3143 commit 1f9b1ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ add_net_test_case(bind_on_zero_port_tcp_ipv4)
add_net_test_case(bind_on_zero_port_udp_ipv4)
add_test_case(incoming_udp_sock_errors)
add_net_test_case(cleanup_before_connect_or_timeout_doesnt_explode)
add_test_case(cleanup_in_accept_doesnt_explode)
add_test_case(cleanup_in_write_cb_doesnt_explode)
add_test_case(sock_write_cb_is_async)
# add_test_case(cleanup_in_accept_doesnt_explode)
# add_test_case(cleanup_in_write_cb_doesnt_explode)
# add_test_case(sock_write_cb_is_async)
add_test_case(socket_validate_port)

if(NOT AWS_USE_APPLE_NETWORK_FRAMEWORK)
Expand Down

0 comments on commit 1f9b1ef

Please sign in to comment.