test(game): add test cases for Player

This commit is contained in:
Kieran Kihn
2025-11-16 21:29:43 +08:00
parent 5ad5dabcfc
commit d658a38790
2 changed files with 41 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ project(uno-game-test)
add_executable(uno-game-test unit/game/CardTest.cpp
unit/game/CardTileTest.cpp
unit/game/PlayerTest.cpp
)
target_link_libraries(uno-game-test