try to enable IXWebSocketMessageQTest.cpp

This commit is contained in:
Benjamin Sergeant 2019-05-21 19:45:55 -07:00
parent 49fd2a9e53
commit 633afa5bed

View File

@ -47,11 +47,11 @@ if (UNIX)
IXWebSocketCloseTest.cpp
IXWebSocketPingTest.cpp
IXWebSocketPingTimeoutTest.cpp
IXWebSocketMessageQTest.cpp
)
endif()
# Disable tests for now that are failing or not reliable
# IXWebSocketMessageQTest.cpp (trigger a segfault on Linux)
add_executable(ixwebsocket_unittest ${SOURCES})