These are Unit Tests for the Spring project. They are useful for automatically testing the engine source code for regressions.
Documentation about Catch2 unit tests can be found here: https://github.com/catchorg/Catch2
To compile all unit-test-suites:
cmake .
make tests
To run all unit-test-suites:
make test