C/C++ unit testing framework with flexible assertion syntax
Cross-platform C and C++ unit testing framework for the 21st century
criterion
$ gcc -o test test.c $(pkg-config --cflags --libs criterion)
$ ./test --verbose
$ ./test --output=tap