From a28a175261c7b8ddab4c33c8e88b522fa9f043e4 Mon Sep 17 00:00:00 2001 From: myerspat Date: Sat, 12 Nov 2022 13:19:21 -0500 Subject: [PATCH] Added catch2 submodule for cpp testing --- .gitmodules | 3 +++ vendor/Catch2 | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/Catch2 diff --git a/.gitmodules b/.gitmodules index ff91200103..b16ecb5800 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vendor/fmt"] path = vendor/fmt url = https://github.com/fmtlib/fmt.git +[submodule "vendor/Catch2"] + path = vendor/Catch2 + url = git@github.com:catchorg/Catch2.git diff --git a/vendor/Catch2 b/vendor/Catch2 new file mode 160000 index 0000000000..41990e0fe6 --- /dev/null +++ b/vendor/Catch2 @@ -0,0 +1 @@ +Subproject commit 41990e0fe6274d716134eecfd4d780e976c8fbf5