add back IXWebSocketMessageQueue, with its unittest disabled

This commit is contained in:
Benjamin Sergeant
2019-05-16 22:41:39 -07:00
parent 6ca28d96bf
commit 83c261977d
5 changed files with 368 additions and 0 deletions

View File

@ -51,6 +51,7 @@ endif()
# IXWebSocketPingTest.cpp
# IXWebSocketPingTimeoutTest.cpp
# IXWebSocketCloseTest.cpp
# IXWebSocketMessageQTest.cpp (trigger a segfault on Linux)
add_executable(ixwebsocket_unittest ${SOURCES})