activate chat test on Windows

This commit is contained in:
Benjamin Sergeant 2020-01-13 16:44:10 -08:00
parent 8a344788ba
commit 2f59fcc02d
2 changed files with 2 additions and 2 deletions

View File

@ -55,12 +55,12 @@ set (SOURCES
IXDNSLookupTest.cpp
IXWebSocketSubProtocolTest.cpp
IXSentryClientTest.cpp
IXWebSocketChatTest.cpp
)
# Some unittest don't work on windows yet
if (UNIX)
list(APPEND SOURCES
IXWebSocketChatTest.cpp
IXWebSocketCloseTest.cpp
)
endif()