Unit testing can be used for testing small pieces of functionality. We use googletest as our test framework.
Googletest is already included in the OGS source code. Running tests is as simple as building the tests
-target.
All tests are located inside the Tests-directory in library-specific subfolders. To write a new test you simply create a new .cpp-file and use the googletest macros.
This article was written by Lars Bilke. If you are missing something or you find an error please let us know.
Generated with Hugo 0.64.1. Last revision: May 29, 2019
Commit: [web] Added some screen recordings for clone, config, build and tests. 166c42b97
| Edit this page on