Update README.
[obnox/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, create a build dir,
14 and in the build dir calld 'cmake /path/to/source' followed by 'make'. On
15 Windows you can use the cmake gui. More details can be found in the INSTALL file.