From 7726d64530f82fc9b8ac08f484491335bd7ca2a4 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 16:04:48 +0100 Subject: Optimized directory structure --- Test/main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Test/main.cpp (limited to 'Test/main.cpp') diff --git a/Test/main.cpp b/Test/main.cpp new file mode 100644 index 0000000..7a8e3ea --- /dev/null +++ b/Test/main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "Catch2.h" -- cgit v1.2.3