cmocka 1.0

396
The cmocka project finally released version 1.0 with new features and a lot of bugfixes. The team forked cmocka  from cmockery 2011 in an effort to cleanup the codebase.
cmocka is a lightweight, elegant unit testing framework for C with support for mock objects. The most important feature is a new test runner allowing to group tests from start. It supports several output formats, such as the Test Everything Protocol, Subunit, and the jUnit XML reports. A skip() function and test_realloc() function have also been added to allow more complex testing scenarios. We also made sure that the new features are all working correctly on Windows.
 
To learn more about cmocka and get the source code, visit the website at: https://cmocka.org