add an heartbeat test

This commit is contained in:
Benjamin Sergeant
2019-01-24 18:50:07 -08:00
parent 05033714bf
commit 5d4e897cc4
2 changed files with 216 additions and 0 deletions

View File

@ -34,6 +34,7 @@ set (SOURCES
if (NOT WIN32)
list(APPEND SOURCES
IXWebSocketServerTest.cpp
IXWebSocketHeartBeatTest.cpp
cmd_websocket_chat.cpp
IXWebSocketTestConnectionDisconnection.cpp
)