Skip to content

Latest commit

 

History

History
 
 

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 about Catch2 unit tests can be found here: https://github.com/catchorg/Catch2

Compiling

To compile all unit-test-suites:

cmake .
make tests

Using

To run all unit-test-suites:

make test