From 954629f6bc3b7753c5be0c08e0cdb5caf1056d23 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 16 May 2022 23:57:26 +0200 Subject: Adhere to new project structure --- StringTools/test/main.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 StringTools/test/main.cpp (limited to 'StringTools/test/main.cpp') diff --git a/StringTools/test/main.cpp b/StringTools/test/main.cpp new file mode 100644 index 0000000..7a8e3ea --- /dev/null +++ b/StringTools/test/main.cpp @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "Catch2.h" -- cgit v1.2.3