Fixed test dir.

This commit is contained in:
2021-10-01 21:30:54 -07:00
parent a93bf990dd
commit 3a6e65993d
8 changed files with 148 additions and 6 deletions

View File

@ -3,4 +3,4 @@ file(GLOB_RECURSE SRCS ${CMAKE_CURRENT_SOURCE_DIR}/*.c)
add_executable(tests ${SRCS})
target_link_libraries(tests game unity)
add_test(card tests)
add_test(tests tests)