Home | History | Annotate | only in /external/cmockery/cmockery_0_1_2
Up to higher level directory
NameDateSize
aclocal.m422-Oct-2020256.1K
AUTHORS22-Oct-202023
ChangeLog22-Oct-2020600
compile22-Oct-20203.6K
config.guess22-Oct-202042.5K
config.sub22-Oct-202031K
configure22-Oct-2020750.6K
configure.ac22-Oct-20202K
COPYING22-Oct-20201.4K
depcomp22-Oct-202015.6K
doc/22-Oct-2020
INSTALL22-Oct-20209.3K
install-sh22-Oct-20209K
libtool22-Oct-2020212.3K
ltmain.sh22-Oct-2020192.1K
m4/22-Oct-2020
Makefile.am22-Oct-20204.4K
Makefile.in22-Oct-202066.1K
missing22-Oct-202010.8K
mkinstalldirs22-Oct-20203.4K
NEWS22-Oct-20200
packages/22-Oct-2020
README22-Oct-2020399
src/22-Oct-2020
windows/22-Oct-2020

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