From 0b0191ce15f2b93e3dd171c511ae08bd9a408005 Mon Sep 17 00:00:00 2001 From: paulfd Date: Fri, 30 Aug 2019 01:34:30 +0200 Subject: [PATCH] Added back the test main --- tests/MainT.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/MainT.cpp diff --git a/tests/MainT.cpp b/tests/MainT.cpp new file mode 100644 index 00000000..ba9cc3b4 --- /dev/null +++ b/tests/MainT.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch2/catch.hpp" \ No newline at end of file