Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m408-Oct-2015256.1K
AUTHORS08-Oct-201523
ChangeLog08-Oct-2015600
compile08-Oct-20153.6K
config.guess08-Oct-201542.5K
config.sub08-Oct-201531K
configure08-Oct-2015750.6K
configure.ac08-Oct-20152K
COPYING08-Oct-20151.4K
depcomp08-Oct-201515.6K
doc/08-Oct-2015
INSTALL08-Oct-20159.3K
install-sh08-Oct-20159K
libtool08-Oct-2015212.3K
ltmain.sh08-Oct-2015192.1K
m4/08-Oct-2015
Makefile.am08-Oct-20154.4K
Makefile.in08-Oct-201566.1K
missing08-Oct-201510.8K
mkinstalldirs08-Oct-20153.4K
NEWS08-Oct-20150
packages/08-Oct-2015
README08-Oct-2015399
src/08-Oct-2015
windows/08-Oct-2015

README

      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