slackbuilds/development/cmocka
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/cmocka: Added (Unit testing framework for C). 2014-07-16 20:06:34 +07:00
cmocka.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cmocka.info development/cmocka: Updated for version 6.5.2. 2020-05-10 08:36:55 +07:00
slack-desc development/cmocka: Added (Unit testing framework for C). 2014-07-16 20:06:34 +07:00

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.