try to enable more tests on windows

This commit is contained in:
Benjamin Sergeant 2019-09-23 21:52:32 -07:00
parent d46ce7eb63
commit 490fbf4cb5

View File

@ -41,6 +41,8 @@ set (SOURCES
IXHttpServerTest.cpp IXHttpServerTest.cpp
IXUnityBuildsTest.cpp IXUnityBuildsTest.cpp
IXHttpTest.cpp IXHttpTest.cpp
IXCobraChatTest.cpp
IXCobraMetricsPublisherTest.cpp
) )
# Some unittest don't work on windows yet # Some unittest don't work on windows yet
@ -49,8 +51,6 @@ if (UNIX)
IXDNSLookupTest.cpp IXDNSLookupTest.cpp
IXWebSocketChatTest.cpp IXWebSocketChatTest.cpp
IXWebSocketCloseTest.cpp IXWebSocketCloseTest.cpp
IXCobraChatTest.cpp
IXCobraMetricsPublisherTest.cpp
) )
endif() endif()