Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m423-Apr-2015256.1K
AUTHORS23-Apr-201523
ChangeLog23-Apr-2015600
compile23-Apr-20153.6K
config.guess23-Apr-201542.5K
config.sub23-Apr-201531K
configure23-Apr-2015750.6K
configure.ac23-Apr-20152K
COPYING23-Apr-20151.4K
depcomp23-Apr-201515.6K
doc/23-Apr-2015
INSTALL23-Apr-20159.3K
install-sh23-Apr-20159K
libtool23-Apr-2015212.3K
ltmain.sh23-Apr-2015192.1K
m4/23-Apr-2015
Makefile.am23-Apr-20154.4K
Makefile.in23-Apr-201566.1K
missing23-Apr-201510.8K
mkinstalldirs23-Apr-20153.4K
NEWS23-Apr-20150
packages/23-Apr-2015
README23-Apr-2015399
src/23-Apr-2015
windows/23-Apr-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