# HG changeset patch # User Wuzzy # Date 1517875780 0 # Node ID 7d18ffd97455904d8f151ad015596c27fd189494 # Parent af541bb2f242ea316a185c3c832f1bd42aaee126 EngineTestCases: fix typo 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.