activate IXWebSocketMessageQTest on mac only
This commit is contained in:
parent
4a845e3cc4
commit
a127d9ef0d
@ -47,6 +47,12 @@ if (UNIX)
|
|||||||
IXWebSocketCloseTest.cpp
|
IXWebSocketCloseTest.cpp
|
||||||
IXWebSocketPingTest.cpp
|
IXWebSocketPingTest.cpp
|
||||||
IXWebSocketPingTimeoutTest.cpp
|
IXWebSocketPingTimeoutTest.cpp
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Some unittest fail for dubious reason on Ubuntu Xenial with TSAN
|
||||||
|
if (MAC)
|
||||||
|
list(APPEND SOURCES
|
||||||
IXWebSocketMessageQTest.cpp
|
IXWebSocketMessageQTest.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user