activate chat test on Windows
This commit is contained in:
parent
4f3f1f3e4c
commit
4d7332c4ee
@ -64,7 +64,7 @@ namespace ix
|
|||||||
fds[0].fd = sockfd;
|
fds[0].fd = sockfd;
|
||||||
fds[0].events = (readyToRead) ? POLLIN : POLLOUT;
|
fds[0].events = (readyToRead) ? POLLIN : POLLOUT;
|
||||||
|
|
||||||
// this is ignored by poll, but our select based poll wrapper on Windows needs it
|
// this is ignored by poll, but our select based poll wrapper on Windows needs it
|
||||||
fds[0].events |= POLLERR;
|
fds[0].events |= POLLERR;
|
||||||
|
|
||||||
// File descriptor used to interrupt select when needed
|
// File descriptor used to interrupt select when needed
|
||||||
|
@ -55,12 +55,12 @@ set (SOURCES
|
|||||||
IXDNSLookupTest.cpp
|
IXDNSLookupTest.cpp
|
||||||
IXWebSocketSubProtocolTest.cpp
|
IXWebSocketSubProtocolTest.cpp
|
||||||
IXSentryClientTest.cpp
|
IXSentryClientTest.cpp
|
||||||
|
IXWebSocketChatTest.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# Some unittest don't work on windows yet
|
# Some unittest don't work on windows yet
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
list(APPEND SOURCES
|
list(APPEND SOURCES
|
||||||
IXWebSocketChatTest.cpp
|
|
||||||
IXWebSocketCloseTest.cpp
|
IXWebSocketCloseTest.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user