Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m421-Oct-2016256.1K
AUTHORS21-Oct-201623
ChangeLog21-Oct-2016600
compile21-Oct-20163.6K
config.guess21-Oct-201642.5K
config.sub21-Oct-201631K
configure21-Oct-2016750.6K
configure.ac21-Oct-20162K
COPYING21-Oct-20161.4K
depcomp21-Oct-201615.6K
doc/21-Oct-2016
INSTALL21-Oct-20169.3K
install-sh21-Oct-20169K
libtool21-Oct-2016212.3K
ltmain.sh21-Oct-2016192.1K
m4/21-Oct-2016
Makefile.am21-Oct-20164.4K
Makefile.in21-Oct-201666.1K
missing21-Oct-201610.8K
mkinstalldirs21-Oct-20163.4K
NEWS21-Oct-20160
packages/21-Oct-2016
README21-Oct-2016399
src/21-Oct-2016
windows/21-Oct-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