| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| aclocal.m4 | 21-Aug-2018 | 256.1K | |
| AUTHORS | 21-Aug-2018 | 23 | |
| ChangeLog | 21-Aug-2018 | 600 | |
| compile | 21-Aug-2018 | 3.6K | |
| config.guess | 21-Aug-2018 | 42.5K | |
| config.sub | 21-Aug-2018 | 31K | |
| configure | 21-Aug-2018 | 750.6K | |
| configure.ac | 21-Aug-2018 | 2K | |
| COPYING | 21-Aug-2018 | 1.4K | |
| depcomp | 21-Aug-2018 | 15.6K | |
| doc/ | 21-Aug-2018 | ||
| INSTALL | 21-Aug-2018 | 9.3K | |
| install-sh | 21-Aug-2018 | 9K | |
| libtool | 21-Aug-2018 | 212.3K | |
| ltmain.sh | 21-Aug-2018 | 192.1K | |
| m4/ | 21-Aug-2018 | ||
| Makefile.am | 21-Aug-2018 | 4.4K | |
| Makefile.in | 21-Aug-2018 | 66.1K | |
| missing | 21-Aug-2018 | 10.8K | |
| mkinstalldirs | 21-Aug-2018 | 3.4K | |
| NEWS | 21-Aug-2018 | 0 | |
| packages/ | 21-Aug-2018 | ||
| README | 21-Aug-2018 | 399 | |
| src/ | 21-Aug-2018 | ||
| windows/ | 21-Aug-2018 | ||
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