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