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