From ee4f5acf75e8c9a25b0c241a3f87aa63adef53f5 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 4 Aug 2021 11:52:31 +0200 Subject: [PATCH] ADD: added Catch2 as submodule for testing --- .gitmodules | 3 +++ libs/Catch2 | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libs/Catch2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6357757 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/Catch2"] + path = libs/Catch2 + url = https://github.com/catchorg/Catch2.git diff --git a/libs/Catch2 b/libs/Catch2 new file mode 160000 index 0000000..c4e3767 --- /dev/null +++ b/libs/Catch2 @@ -0,0 +1 @@ +Subproject commit c4e3767e265808590986d5db6ca1b5532a7f3d13