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