aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorThomasAvans <tv.intanker@student.avans.nl>2024-04-10 16:42:55 +0200
committerThomasAvans <tv.intanker@student.avans.nl>2024-04-10 16:42:55 +0200
commit4f88b6ba253ddb34fdc5049ab3044516df73257c (patch)
tree77986353c7ee182405fd0bd978f23022c9f90fc8 /.gitmodules
parent4b405fe0f6dbf6c6e377c1b04f20be27d7b7a761 (diff)
Setup the googletest testing framework
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
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