Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m421-Aug-2018256.1K
AUTHORS21-Aug-201823
ChangeLog21-Aug-2018600
compile21-Aug-20183.6K
config.guess21-Aug-201842.5K
config.sub21-Aug-201831K
configure21-Aug-2018750.6K
configure.ac21-Aug-20182K
COPYING21-Aug-20181.4K
depcomp21-Aug-201815.6K
doc/21-Aug-2018
INSTALL21-Aug-20189.3K
install-sh21-Aug-20189K
libtool21-Aug-2018212.3K
ltmain.sh21-Aug-2018192.1K
m4/21-Aug-2018
Makefile.am21-Aug-20184.4K
Makefile.in21-Aug-201866.1K
missing21-Aug-201810.8K
mkinstalldirs21-Aug-20183.4K
NEWS21-Aug-20180
packages/21-Aug-2018
README21-Aug-2018399
src/21-Aug-2018
windows/21-Aug-2018

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