Added Unittests #103

Merged
meierj merged 18 commits from mueller/added-unittests into develop 2021-10-07 17:22:24 +02:00
11 changed files with 76 additions and 39 deletions
Showing only changes of commit 74fa4835e2 - Show all commits

3
.gitmodules vendored
View File

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

1
thirdparty/Catch2 vendored Submodule

Submodule thirdparty/Catch2 added at 426954032f