Added Unit Tests

This commit is contained in:
2021-10-01 00:27:36 -07:00
parent 88a75e2ddd
commit 52f622b5c3
10 changed files with 271 additions and 454 deletions

6
test/CMakeLists.txt Normal file
View File

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