Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m416-Dec-2014256.1K
AUTHORS16-Dec-201423
ChangeLog16-Dec-2014600
compile16-Dec-20143.6K
config.guess16-Dec-201442.5K
config.sub16-Dec-201431K
configure16-Dec-2014750.6K
configure.ac16-Dec-20142K
COPYING16-Dec-20141.4K
depcomp16-Dec-201415.6K
doc/16-Dec-2014
INSTALL16-Dec-20149.3K
install-sh16-Dec-20149K
libtool16-Dec-2014212.3K
ltmain.sh16-Dec-2014192.1K
m4/16-Dec-2014
Makefile.am16-Dec-20144.4K
Makefile.in16-Dec-201466.1K
missing16-Dec-201410.8K
mkinstalldirs16-Dec-20143.4K
NEWS16-Dec-20140
packages/16-Dec-2014
README16-Dec-2014399
src/16-Dec-2014
windows/16-Dec-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