File: README

package info (click to toggle)
cmocka 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 748 kB
  • sloc: ansic: 4,537; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CMOCKA
=======

cmocka is a fork for Google's cmockery unit testing framework to fix bugs and
support it in future.
See https://code.google.com/p/cmockery/

For information about how to use the cmocka unit testing framework see
doc/index.html.

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.