added submodules for unittests

This commit is contained in:
2024-02-02 19:50:43 +01:00
parent 4cea2b02b4
commit f59fdea76f
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "lib/nanopb"]
path = lib/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "tests/lib/cmock"]
path = tests/lib/cmock
url = https://github.com/throwtheswitch/cmock.git
[submodule "tests/lib/Unity"]
path = tests/lib/Unity
url = https://github.com/ThrowTheSwitch/Unity

1
tests/lib/Unity Submodule

Submodule tests/lib/Unity added at 64939db64e

1
tests/lib/cmock Submodule

Submodule tests/lib/cmock added at 9192a95089