From cbf1c26f4e51e77b13daecdcd6a2a0d138d7a809 Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Wed, 10 Jul 2024 16:10:54 +0800 Subject: [PATCH] Add cxxtest as a submodule Signed-off-by: Rodrigo Tobar --- .gitmodules | 3 +++ 3rdparty/cxxtest | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/cxxtest diff --git a/.gitmodules b/.gitmodules index 805b415..f01abca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "3rdparty/getopt"] path = 3rdparty/getopt url = https://github.com/skandhurkat/Getopt-for-Visual-Studio +[submodule "3rdparty/cxxtest"] + path = 3rdparty/cxxtest + url = https://github.com/CxxTest/cxxtest diff --git a/3rdparty/cxxtest b/3rdparty/cxxtest new file mode 160000 index 0000000..a19f85f --- /dev/null +++ b/3rdparty/cxxtest @@ -0,0 +1 @@ +Subproject commit a19f85fdf90f97e16d6e3e7e3d2d68c31cd89e3c