Imported Upstream version 1.1.5
[platform/upstream/cmocka.git] / README.md
1 cmocka
2 ======
3
4 cmocka is an elegant unit testing framework for C with support for mock
5 objects. It only requires the standard C library, works on a range of computing
6 platforms (including embedded) and with different compilers.
7
8 For information about how to use the cmocka unit testing framework see
9 doc/index.html or https://api.cmocka.org/.
10
11 Compiling
12 ---------
13
14 To compile the cmocka library and example applications run, create a build dir,
15 and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On
16 Windows you can use the cmake gui. More details can be found in the INSTALL file.
17
18 Website
19 -------
20
21 https://cmocka.org