Add google test for testing the library.

This commit is contained in:
Godzil
2022-05-26 16:40:58 +01:00
committed by Manoel Trapier
parent d09c8b3864
commit 07edd92023
5 changed files with 38 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "external/cJSON"]
path = external/cJSON
url = https://github.com/DaveGamble/cJSON.git
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git