try on Windows

This commit is contained in:
Benjamin Sergeant 2019-05-22 09:29:27 -07:00
parent a127d9ef0d
commit 067c128474

View File

@ -51,7 +51,7 @@ if (UNIX)
endif()
# Some unittest fail for dubious reason on Ubuntu Xenial with TSAN
if (MAC)
if (MAC OR WIN32)
list(APPEND SOURCES
IXWebSocketMessageQTest.cpp
)