Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m405-Aug-2015256.1K
AUTHORS05-Aug-201523
ChangeLog05-Aug-2015600
compile05-Aug-20153.6K
config.guess05-Aug-201542.5K
config.sub05-Aug-201531K
configure05-Aug-2015750.6K
configure.ac05-Aug-20152K
COPYING05-Aug-20151.4K
depcomp05-Aug-201515.6K
doc/05-Aug-2015
INSTALL05-Aug-20159.3K
install-sh05-Aug-20159K
libtool05-Aug-2015212.3K
ltmain.sh05-Aug-2015192.1K
m4/05-Aug-2015
Makefile.am05-Aug-20154.4K
Makefile.in05-Aug-201566.1K
missing05-Aug-201510.8K
mkinstalldirs05-Aug-20153.4K
NEWS05-Aug-20150
packages/05-Aug-2015
README05-Aug-2015399
src/05-Aug-2015
windows/05-Aug-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