Skip to content

Latest commit

 

History

History

test

Spring RTS game engine - Unit Tests

README

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:

Compiling

To compile all unit-test-suites:

cmake .
make tests

Using

To run all unit-test-suites:

make test