These are Unit Tests for the spring project. They are useful for automatically testing the engine source code for regressions.
Documentation for about Bosot unit tests can be found here:
To compile all unit-test-suites:
cmake .
make tests
To run all unit-test-suites:
make test