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