Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

README.md

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