Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m405-Oct-2017256.1K
AUTHORS05-Oct-201723
ChangeLog05-Oct-2017600
compile05-Oct-20173.6K
config.guess05-Oct-201742.5K
config.sub05-Oct-201731K
configure05-Oct-2017750.6K
configure.ac05-Oct-20172K
COPYING05-Oct-20171.4K
depcomp05-Oct-201715.6K
doc/05-Oct-2017
INSTALL05-Oct-20179.3K
install-sh05-Oct-20179K
libtool05-Oct-2017212.3K
ltmain.sh05-Oct-2017192.1K
m4/05-Oct-2017
Makefile.am05-Oct-20174.4K
Makefile.in05-Oct-201766.1K
missing05-Oct-201710.8K
mkinstalldirs05-Oct-20173.4K
NEWS05-Oct-20170
packages/05-Oct-2017
README05-Oct-2017399
src/05-Oct-2017
windows/05-Oct-2017

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