Ex 25: Enable AI tests.

This commit is contained in:
Dag-Erling Smørgrav 2021-10-19 09:47:02 +02:00
parent ea46f9909e
commit 4302a86d7a
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ target_link_libraries(pacman_tests Catch2::Catch2 libpacman)
# This setup the tests on CI. We disable the AI tests
# because you will have to implement them.
add_test(NAME pacman_tests COMMAND pacman_tests "~[AI]")
add_test(NAME pacman_tests COMMAND pacman_tests)