Add first tcp server implementation
This commit is contained in:
8
tests/tcp_client.cpp
Normal file
8
tests/tcp_client.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "tcp.hpp"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(TcpClient, Connect) {
|
||||
tcp::NonBlockingClient client;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user