tests/README.md
author nemo
Tue, 24 Oct 2017 14:14:00 -0400
changeset 12758 327f71313e04
parent 12648 5bc6fb5da42f
permissions -rw-r--r--
this should probably sidestep that thing unc0rr keeps bringing up. untested. but then, I've never had it happen. I think what happens is onGameTick20 is called in same tick as onNewTurn and before it...

Directory for automated tests to test the engine.

Run `ctest` in the root directory of this repository to run all tests.
Run `ctest -R <test name>` to run only the test with the given name.

This requires you to have CMake.