Update README.md

This commit is contained in:
Patricia Aas 2021-10-19 09:49:15 +02:00 committed by GitHub
parent d3d786bbc0
commit 3b8deac0a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)