From 5940e53d77e3bd7dd512f5e71a225686a0113489 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 27 Jul 2020 17:39:53 -0700 Subject: [PATCH] enable cobra tests which were disabled --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 32cbed88..bc223945 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -65,8 +65,8 @@ set (SOURCES if (UNIX) list(APPEND SOURCES IXWebSocketCloseTest.cpp - # IXCobraChatTest.cpp - # IXCobraMetricsPublisherTest.cpp # Disabled for now + IXCobraChatTest.cpp + IXCobraMetricsPublisherTest.cpp IXCobraToSentryBotTest.cpp IXCobraToStatsdBotTest.cpp IXCobraToStdoutBotTest.cpp