From c0fc107abb326de7e3b8233e847085089c63178b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Sun, 12 May 2024 19:05:36 +0200 Subject: [PATCH] Fix catch2 submodule config --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitmodules b/.gitmodules index 1190757..90a50b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,8 @@ url = https://github.com/rmontanana/folding main = main update = merge +[submodule "tests/lib/catch2"] + path = tests/lib/catch2 + url = https://github.com/catchorg/Catch2.git + main = main + update = merge