This commit is contained in:
Alexandre Konieczny
2019-04-24 17:53:11 +02:00
parent 1f518aa95d
commit 2b9b31ef4c
4 changed files with 10 additions and 11 deletions

View File

@ -35,12 +35,12 @@ set (SOURCES
# Some unittest don't work on windows yet
if (NOT WIN32)
list(APPEND SOURCES
#IXWebSocketCloseTest.cpp
IXWebSocketCloseTest.cpp
IXWebSocketServerTest.cpp
#IXWebSocketPingTest.cpp
#IXWebSocketPingTimeoutTest.cpp
#cmd_websocket_chat.cpp
#IXWebSocketTestConnectionDisconnection.cpp
IXWebSocketPingTest.cpp
IXWebSocketPingTimeoutTest.cpp
cmd_websocket_chat.cpp
IXWebSocketTestConnectionDisconnection.cpp
)
endif()