meson: use get_variable() update to meson 0.51
[mesa-waffle.git] / third_party / cmocka / README
blobb432e8e0bf0613798b1a5cc4eb284edf7459225f
1 CMOCKA
2 =======
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/
8 For information about how to use the cmocka unit testing framework see
9 doc/index.html.
11 COMPILING
12 ---------
13 To compile the cmocka library and example applications run, create a build dir,
14 and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On
15 Windows you can use the cmake gui. More details can be found in the INSTALL file.