Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clibs/cmocka

An elegant unit testing framework for C with support for mock objects.
https://github.com/clibs/cmocka

Last synced: 2 months ago
JSON representation

An elegant unit testing framework for C with support for mock objects.

Awesome Lists containing this project

README

        

CMOCKA
=======

Mirror of [https://gitlab.com/cmocka/cmocka](https://gitlab.com/cmocka/cmocka)

INSTALLATION
------------

$ clib install cmocka

cmocka is a fork for Google's cmockery unit testing framework to fix bugs and
support it in future.
See https://code.google.com/p/cmockery/

For information about how to use the cmocka unit testing framework see
doc/index.html.

COMPILING
---------
To compile the cmocka library and example applications run, create a build dir,
and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On
Windows you can use the cmake gui. More details can be found in the INSTALL file.

LICENSE
-------

Apache