From 490fbf4cb56d7bbdabd77dfa4a181b2db32c4e7c Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 23 Sep 2019 21:52:32 -0700 Subject: [PATCH] try to enable more tests on windows --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 54445bb1..3323262c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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()