From 3c577aedb88337775be37d564b6ebe1a3d74c8c3 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 12 Nov 2016 11:12:11 +0100 Subject: Converted existing test to catch framework (nw) --- tests/main.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index 5a07b837186..0c7c351f437 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,9 +1,2 @@ -#include -#include "gtest/gtest.h" - -int main(int argc, char **argv) -{ - testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} - +#define CATCH_CONFIG_MAIN +#include "catch.hpp" -- cgit v1.2.3-70-g09d2