You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Manuel Argüelles 6b3a791cf8
development/cmocka: Updated for version 1.0.1.
9 years ago
..
README development/cmocka: Added (Unit testing framework for C). 12 years ago
cmocka.SlackBuild development/cmocka: Updated for version 1.0.1. 9 years ago
cmocka.info development/cmocka: Updated for version 1.0.1. 9 years ago
slack-desc development/cmocka: Added (Unit testing framework for C). 12 years ago

README

CMocka is an elegant unit testing framework for C with support for
mock objects. It only requires the standard C library, works on a lot
of platforms (including embedded) and with different compilers.

The goal of CMocka is to provide a powerful testing framework for C,
on different platforms and operating systems, which only requires the
standard C library.

CMocka minimizes conflicts with standard C headers especially on a lot
of different platforms.

Feature list includes: Support for mock objects, only requires a C
library, fully documented API, test fixtures, exception handling for
signals, no fork(), very well tested, testing of memory leaks, buffer
overflows and underflows.