From 287ade1d321c983ddd00025864f9ea59d31c4493 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 3 Sep 2024 19:51:41 +0200 Subject: add googletest unit testing setup --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f8a9861 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,5 @@ +[submodule "lib/googletest"] + path = lib/googletest + url = https://github.com/google/googletest + branch = v1.15.x + shallow = true -- cgit v1.2.3