equal
deleted
inserted
replaced
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. |