aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 62d99cb05c31a1998492b805a4d64f5114b2be57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cmocka
======

cmocka is an elegant unit testing framework for C with support for mock
objects. It only requires the standard C library, works on a range of computing
platforms (including embedded) and with different compilers.

For information about how to use the cmocka unit testing framework see
doc/index.html or https://api.cmocka.org/.

Compiling
---------

To compile the cmocka library and example applications run, create a build dir,
and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On
Windows you can use the cmake gui. More details can be found in the INSTALL file.

Website
-------

https://cmocka.org