Rename cmokery to cmocka for a fork.
[platform/upstream/cmocka.git] / README
1 CMOCKA
2 =======
3
4 cmocka is a fork for Google's cmockery unit testing framework to fix bugs and
5 support it in future.
6 See https://code.google.com/p/cmockery/
7
8 For information about how to use the cmocka unit testing framework see
9 doc/index.html.
10
11 COMPILING
12 ---------
13 To compile the cmocka library and example applications run cmake /path/to/source
14 followed by make. On Windows you can use the cmake gui.