blob: 3829dae6e00716d3b1c2b318031e205c6ec2670a [file] [log] [blame]
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 cmake /path/to/source
followed by make. On Windows you can use the cmake gui.