try to enable more tests on windows

This commit is contained in:
Benjamin Sergeant 2019-09-23 21:52:32 -07:00
parent 733b414b3b
commit 39c0fb0072

View File

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