You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| doc | 4 years ago | |
| m4 | 4 years ago | |
| packages | 4 years ago | |
| src | 4 years ago | |
| windows | 4 years ago | |
| AUTHORS | 4 years ago | |
| COPYING | 4 years ago | |
| ChangeLog | 4 years ago | |
| INSTALL | 4 years ago | |
| Makefile.am | 4 years ago | |
| Makefile.in | 4 years ago | |
| NEWS | 4 years ago | |
| README | 4 years ago | |
| aclocal.m4 | 4 years ago | |
| compile | 4 years ago | |
| config.guess | 4 years ago | |
| config.sub | 4 years ago | |
| configure | 4 years ago | |
| configure.ac | 4 years ago | |
| depcomp | 4 years ago | |
| install-sh | 4 years ago | |
| libtool | 4 years ago | |
| ltmain.sh | 4 years ago | |
| missing | 4 years ago | |
| mkinstalldirs | 4 years ago | |
README
For information about how to use the cmockery unit testing framework see
doc/index.html.
COMPILING
---------
To compile the cmockery library and example applications run ./configure
followed by make. On Windows from the command line run vsvars.bat then cd into
the windows subdirectory of this project and run nmake.
This code has been tested on Linux (Ubuntu) and Windows using VC++7 and VC++8.