Add new cobra unittest, using server and client

This commit is contained in:
Benjamin Sergeant
2019-09-05 20:48:38 -07:00
parent 21404c23dd
commit c0f098a578
6 changed files with 446 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include "IXGetFreePort.h"
#include <iostream>
#include <ixwebsocket/IXWebSocketServer.h>
#include "IXAppConfig.h"
#include <mutex>
#include <spdlog/spdlog.h>
#include <sstream>
@@ -48,4 +49,6 @@ namespace ix
void log(const std::string& msg);
bool startWebSocketEchoServer(ix::WebSocketServer& server);
snake::AppConfig makeSnakeServerConfig();
} // namespace ix