libcmocka-dev

Development files for the cmocka unit testing framework
  http://cmocka.org/
  0
  no reviews



This package contains the library development files for cmocka.

the idea of cmocka is that a test application only requires the standard c library and the cmocka library itself to minimize conflicts with standard c headers especially on a lot of different platforms.

features:
* easy to use framework to write unit tests
* support for mock objects
* testing of memory leaks, buffer overflows and underflows
* platform and compiler independent