From 4302a86d7a0e5e5980aaaa80d501f39a9ac3a73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 19 Oct 2021 09:47:02 +0200 Subject: [PATCH] Ex 25: Enable AI tests. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ad6067e..96f48ef 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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)