Technical Documentation

Unit Tests

Last Updated: October 16, 20240.3 min read

Support

Unit tests are to test small API level implementations such as containers, math and so on. An example can be found here:
We currently use Google Test for unit testing.
Tests are automatically run for Windows and MacOS targets when pull requests are created.
Table of Contents