| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| aclocal.m4 | 16-Dec-2014 | 256.1K | |
| AUTHORS | 16-Dec-2014 | 23 | |
| ChangeLog | 16-Dec-2014 | 600 | |
| compile | 16-Dec-2014 | 3.6K | |
| config.guess | 16-Dec-2014 | 42.5K | |
| config.sub | 16-Dec-2014 | 31K | |
| configure | 16-Dec-2014 | 750.6K | |
| configure.ac | 16-Dec-2014 | 2K | |
| COPYING | 16-Dec-2014 | 1.4K | |
| depcomp | 16-Dec-2014 | 15.6K | |
| doc/ | 16-Dec-2014 | ||
| INSTALL | 16-Dec-2014 | 9.3K | |
| install-sh | 16-Dec-2014 | 9K | |
| libtool | 16-Dec-2014 | 212.3K | |
| ltmain.sh | 16-Dec-2014 | 192.1K | |
| m4/ | 16-Dec-2014 | ||
| Makefile.am | 16-Dec-2014 | 4.4K | |
| Makefile.in | 16-Dec-2014 | 66.1K | |
| missing | 16-Dec-2014 | 10.8K | |
| mkinstalldirs | 16-Dec-2014 | 3.4K | |
| NEWS | 16-Dec-2014 | 0 | |
| packages/ | 16-Dec-2014 | ||
| README | 16-Dec-2014 | 399 | |
| src/ | 16-Dec-2014 | ||
| windows/ | 16-Dec-2014 | ||
1 For information about how to use the cmockery unit testing framework see 2 doc/index.html. 3 4 COMPILING 5 --------- 6 To compile the cmockery library and example applications run ./configure 7 followed by make. On Windows from the command line run vsvars.bat then cd into 8 the windows subdirectory of this project and run nmake. 9 10 This code has been tested on Linux (Ubuntu) and Windows using VC++7 and VC++8. 11