re-enable unittests

This commit is contained in:
Benjamin Sergeant 2020-03-22 19:39:28 -07:00
parent a0ffb2ba53
commit fe966b19c7

View File

@ -40,30 +40,30 @@ set (SOURCES
IXGetFreePort.cpp IXGetFreePort.cpp
../third_party/msgpack11/msgpack11.cpp ../third_party/msgpack11/msgpack11.cpp
#IXSocketTest.cpp IXSocketTest.cpp
#IXSocketConnectTest.cpp IXSocketConnectTest.cpp
#IXWebSocketServerTest.cpp IXWebSocketServerTest.cpp
#IXWebSocketTestConnectionDisconnection.cpp IXWebSocketTestConnectionDisconnection.cpp
#IXUrlParserTest.cpp IXUrlParserTest.cpp
#IXWebSocketServerTest.cpp IXWebSocketServerTest.cpp
#IXHttpClientTest.cpp IXHttpClientTest.cpp
#IXHttpServerTest.cpp IXHttpServerTest.cpp
#IXUnityBuildsTest.cpp IXUnityBuildsTest.cpp
#IXHttpTest.cpp IXHttpTest.cpp
#IXDNSLookupTest.cpp IXDNSLookupTest.cpp
#IXWebSocketSubProtocolTest.cpp IXWebSocketSubProtocolTest.cpp
#IXSentryClientTest.cpp IXSentryClientTest.cpp
#IXWebSocketChatTest.cpp IXWebSocketChatTest.cpp
) )
# Some unittest don't work on windows yet # Some unittest don't work on windows yet
# Windows without TLS does not have hmac yet # Windows without TLS does not have hmac yet
if (UNIX) if (UNIX)
list(APPEND SOURCES list(APPEND SOURCES
# IXWebSocketCloseTest.cpp IXWebSocketCloseTest.cpp
# IXCobraChatTest.cpp IXCobraChatTest.cpp
# IXCobraMetricsPublisherTest.cpp IXCobraMetricsPublisherTest.cpp
# IXCobraToSentryBotTest.cpp IXCobraToSentryBotTest.cpp
IXCobraToStatsdBotTest.cpp IXCobraToStatsdBotTest.cpp
) )
endif() endif()