Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m403-Dec-2014256.1K
AUTHORS03-Dec-201423
ChangeLog03-Dec-2014600
compile03-Dec-20143.6K
config.guess03-Dec-201442.5K
config.sub03-Dec-201431K
configure03-Dec-2014750.6K
configure.ac03-Dec-20142K
COPYING03-Dec-20141.4K
depcomp03-Dec-201415.6K
doc/03-Dec-2014
INSTALL03-Dec-20149.3K
install-sh03-Dec-20149K
libtool03-Dec-2014212.3K
ltmain.sh03-Dec-2014192.1K
m4/03-Dec-2014
Makefile.am03-Dec-20144.4K
Makefile.in03-Dec-201466.1K
missing03-Dec-201410.8K
mkinstalldirs03-Dec-20143.4K
NEWS03-Dec-20140
packages/03-Dec-2014
README03-Dec-2014399
src/03-Dec-2014
windows/03-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