Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m404-Nov-2014256.1K
AUTHORS04-Nov-201423
ChangeLog04-Nov-2014600
compile04-Nov-20143.6K
config.guess04-Nov-201442.5K
config.sub04-Nov-201431K
configure04-Nov-2014750.6K
configure.ac04-Nov-20142K
COPYING04-Nov-20141.4K
depcomp04-Nov-201415.6K
doc/04-Nov-2014
INSTALL04-Nov-20149.3K
install-sh04-Nov-20149K
libtool04-Nov-2014212.3K
ltmain.sh04-Nov-2014192.1K
m4/04-Nov-2014
Makefile.am04-Nov-20144.4K
Makefile.in04-Nov-201466.1K
missing04-Nov-201410.8K
mkinstalldirs04-Nov-20143.4K
NEWS04-Nov-20140
packages/04-Nov-2014
README04-Nov-2014399
src/04-Nov-2014
windows/04-Nov-2014

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