Libutest is very simple unit testing framework for C. It tries to make writing tests as easy as possible. No more lists of test functions, just put your test routines into a file and hack away.
$ git clone git://github.com/lubomir/libutest.git
$ cd libutest
$ autoreconf -i
$ ./configure --enable-docs
$ make
If you use Debian or Ubuntu, there is a packaged version at my PPA.
There is some documentation available on http://lubomir.github.io/libutest/.
Runtime options are documented with classic --help
command-line argument.
This library is licensed under 3-clause BSD license. Details are in the LICENSE file in root directory of the package.
Feel free to open pull requests here on GitHub. If you find any bug or think of an enhancement, report an Issue.