From e8568a48e5e80ba7790b1e028e30e1699b8010c7 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 4 Aug 2021 09:45:34 +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..79c2daa --- /dev/null +++ b/libs/Catch2 @@ -0,0 +1 @@ +Subproject commit 79c2daa4a08d1a652bfc16b9c9dc6b78b56b44f4