checkmk

Check is a unit test framework for C. It features a simple

Install

All systems
curl cmd.cat/checkmk.sh
Debian Debian
apt-get install check
Ubuntu
apt-get install check
Alpine
apk add check
Arch Arch Linux
pacman -S check
image/svg+xml Kali Linux
apt-get install check
CentOS
yum install check-checkmk
Fedora
dnf install check-checkmk
Windows (WSL2)
sudo apt-get update sudo apt-get install check
OS X
brew install check
Raspbian
apt-get install check
Docker
docker run cmd.cat/checkmk checkmk powered by Commando

check

Check is a unit test framework for C. It features a simple

interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

check-checkmk

into C programs

check-devel

Libraries and headers for developing programs with check