Add google test for testing the library.

This commit is contained in:
Godzil
2022-05-26 16:40:58 +01:00
parent 73db9f9989
commit ff5cfce715
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