EngineTestCases.wiki
changeset 1150 7d18ffd97455
parent 1056 f9449f7beddc
child 1151 7453409386c0
equal deleted inserted replaced
1149:af541bb2f242 1150:7d18ffd97455
     9 
     9 
    10 == Running test cases ==
    10 == Running test cases ==
    11 There are two ways to run a test: Automated and manual.
    11 There are two ways to run a test: Automated and manual.
    12 
    12 
    13 === Automated testing ===
    13 === Automated testing ===
    14 This requires you to have CMAke.
    14 This requires you to have CMake.
    15 
    15 
    16 Run `ctest` in the root directory of the repository to run all tests.
    16 Run `ctest` in the root directory of the repository to run all tests.
    17 Run `ctest -R <test name>` to run only the test with the given name.
    17 Run `ctest -R <test name>` to run only the test with the given name.
    18 
    18 
    19 Note that automated tests will run much faster than in real game time.
    19 Note that automated tests will run much faster than in real game time.