split handshake code into its own files, so that Transport file is less massive

This commit is contained in:
Benjamin Sergeant
2019-01-02 20:07:54 -08:00
parent cb904416c3
commit 474985e784
12 changed files with 567 additions and 451 deletions

View File

@ -226,7 +226,7 @@ namespace
}
}
TEST_CASE("Websocket chat", "[websocket_chat]")
TEST_CASE("Websocket_chat", "[websocket_chat]")
{
SECTION("Exchange and count sent/received messages.")
{

View File

@ -2,7 +2,7 @@
mkdir build
cd build
cmake .. || exit 1
cmake -DCMAKE_BUILD_TYPE=Debug .. || exit 1
make || exit 1
./ixwebsocket_unittest ${TEST}