From fe966b19c75b6e0191c7fd41f58d7d25f8169570 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 22 Mar 2020 19:39:28 -0700 Subject: [PATCH] re-enable unittests --- test/CMakeLists.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 480bb8f7..77df6767 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -40,30 +40,30 @@ set (SOURCES IXGetFreePort.cpp ../third_party/msgpack11/msgpack11.cpp - #IXSocketTest.cpp - #IXSocketConnectTest.cpp - #IXWebSocketServerTest.cpp - #IXWebSocketTestConnectionDisconnection.cpp - #IXUrlParserTest.cpp - #IXWebSocketServerTest.cpp - #IXHttpClientTest.cpp - #IXHttpServerTest.cpp - #IXUnityBuildsTest.cpp - #IXHttpTest.cpp - #IXDNSLookupTest.cpp - #IXWebSocketSubProtocolTest.cpp - #IXSentryClientTest.cpp - #IXWebSocketChatTest.cpp + IXSocketTest.cpp + IXSocketConnectTest.cpp + IXWebSocketServerTest.cpp + IXWebSocketTestConnectionDisconnection.cpp + IXUrlParserTest.cpp + IXWebSocketServerTest.cpp + IXHttpClientTest.cpp + IXHttpServerTest.cpp + IXUnityBuildsTest.cpp + IXHttpTest.cpp + IXDNSLookupTest.cpp + IXWebSocketSubProtocolTest.cpp + IXSentryClientTest.cpp + IXWebSocketChatTest.cpp ) # Some unittest don't work on windows yet # Windows without TLS does not have hmac yet if (UNIX) list(APPEND SOURCES - # IXWebSocketCloseTest.cpp - # IXCobraChatTest.cpp - # IXCobraMetricsPublisherTest.cpp - # IXCobraToSentryBotTest.cpp + IXWebSocketCloseTest.cpp + IXCobraChatTest.cpp + IXCobraMetricsPublisherTest.cpp + IXCobraToSentryBotTest.cpp IXCobraToStatsdBotTest.cpp ) endif()