activate IXWebSocketMessageQTest on mac only

This commit is contained in:
Benjamin Sergeant 2019-05-22 09:22:50 -07:00
parent 4a845e3cc4
commit a127d9ef0d

View File

@ -47,6 +47,12 @@ if (UNIX)
IXWebSocketCloseTest.cpp
IXWebSocketPingTest.cpp
IXWebSocketPingTimeoutTest.cpp
)
endif()
# Some unittest fail for dubious reason on Ubuntu Xenial with TSAN
if (MAC)
list(APPEND SOURCES
IXWebSocketMessageQTest.cpp
)
endif()