diff -r af541bb2f242 -r 7d18ffd97455 EngineTestCases.wiki --- a/EngineTestCases.wiki Mon Feb 05 23:05:41 2018 +0000 +++ b/EngineTestCases.wiki Tue Feb 06 00:09:40 2018 +0000 @@ -11,7 +11,7 @@ There are two ways to run a test: Automated and manual. === Automated testing === -This requires you to have CMAke. +This requires you to have CMake. Run `ctest` in the root directory of the repository to run all tests. Run `ctest -R ` to run only the test with the given name.