Adding Catch2 unit testing framework. Init characteristics serializer tests.

This commit is contained in:
Pcornat 2022-01-14 23:36:38 +01:00
parent 8117dc357f
commit a5ce3c378f
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
6 changed files with 75 additions and 0 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git
[submodule "external/catch2"]
path = external/catch2
url = https://github.com/catchorg/Catch2.git