From f8a5353e869cc00d24372b439ed9ced3ee8c2d45 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <gregory.pavlakis@gmail.com> Date: Tue, 22 Jan 2019 17:36:03 +0000 Subject: [PATCH] Remove unnecessary #define CATCH_CONFIG_MAIN to comply with the Catch2 tutorial, credits to @thodkatz for the catch (no pun intended :P) --- test/Services/ParameterService.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Services/ParameterService.cpp b/test/Services/ParameterService.cpp index dbf1820b..87b22b9e 100644 --- a/test/Services/ParameterService.cpp +++ b/test/Services/ParameterService.cpp @@ -3,8 +3,6 @@ #include "Message.hpp" #include "ServiceTests.hpp" -#define CATCH_CONFIG_MAIN - TEST_CASE("Parameter Report Subservice") { ParameterService pserv; -- GitLab