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