A unit testing framework for C
Run the following Vcpkg command to install the port.
vcpkg install check
check provides CMake targets:
find_package(check CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:Check::check>,Check::check,Check::checkShared>)
v0.15.2#5
Oct 24, 2023
All
libcheck/check1.1K
github.com/libcheck/check
4ff2d52566
LGPL-2.1-only
Manifest