mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
test(game): add test cases for CardTile
This commit is contained in:
@@ -5,7 +5,9 @@ set(CMAKE_CXX_STANDARD 26)
|
||||
|
||||
project(uno-game-test)
|
||||
|
||||
add_executable(uno-game-test unit/game/CardTest.cpp)
|
||||
add_executable(uno-game-test unit/game/CardTest.cpp
|
||||
unit/game/CardTileTest.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(uno-game-test
|
||||
PUBLIC uno-game-lib
|
||||
|
||||
Reference in New Issue
Block a user