From 633afa5beded3aaadabfa90a1e9419776a96ce38 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 21 May 2019 19:45:55 -0700 Subject: [PATCH] try to enable IXWebSocketMessageQTest.cpp --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6137811d..35b11587 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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})