From 4f88b6ba253ddb34fdc5049ab3044516df73257c Mon Sep 17 00:00:00 2001 From: ThomasAvans Date: Wed, 10 Apr 2024 16:42:55 +0200 Subject: Setup the googletest testing framework --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 3711bef..5c66c79 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,6 @@ url = https://github.com/raspberrypi/pico-sdk branch = 1.5.1 shallow = true +[submodule "test/lib/googletest"] + path = test/lib/googletest + url = https://github.com/google/googletest -- cgit v1.2.3