Update README.md
This commit is contained in:
parent
d3d786bbc0
commit
3b8deac0a0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ and return true if the first parameter is closer from PacMan than the second.
|
|||
Implement [PacManAI::isValidMove](../../../lib/PacManAI.cpp) and test your implementation with the test
|
||||
in [testPacmanAI.cpp](../../../test/testPacmanAI.cpp) called _"Is valid move"_
|
||||
|
||||
To run the tests through CMake change the last line in test/CMakeLists.txt to:
|
||||
To run the tests through CMake change the last line in [test/CMakeLists.txt](../../../test/CMakeLists.txt) to:
|
||||
|
||||
```
|
||||
add_test(NAME pacman_tests COMMAND pacman_tests)
|
||||
|
|
Loading…
Reference in a new issue