Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m424-Aug-2016256.1K
AUTHORS24-Aug-201623
ChangeLog24-Aug-2016600
compile24-Aug-20163.6K
config.guess24-Aug-201642.5K
config.sub24-Aug-201631K
configure24-Aug-2016750.6K
configure.ac24-Aug-20162K
COPYING24-Aug-20161.4K
depcomp24-Aug-201615.6K
doc/24-Aug-2016
INSTALL24-Aug-20169.3K
install-sh24-Aug-20169K
libtool24-Aug-2016212.3K
ltmain.sh24-Aug-2016192.1K
m4/24-Aug-2016
Makefile.am24-Aug-20164.4K
Makefile.in24-Aug-201666.1K
missing24-Aug-201610.8K
mkinstalldirs24-Aug-20163.4K
NEWS24-Aug-20160
packages/24-Aug-2016
README24-Aug-2016399
src/24-Aug-2016
windows/24-Aug-2016

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