• Home
  • History
  • Annotate
  • only in /external/cmockery/cmockery_0_1_2/
NameDateSize

..12-Mar-20154 KiB

aclocal.m412-Mar-2015256.1 KiB

AUTHORS12-Mar-201523

ChangeLog12-Mar-2015600

compile12-Mar-20153.6 KiB

config.guess12-Mar-201542.5 KiB

config.sub12-Mar-201531 KiB

configure12-Mar-2015750.6 KiB

configure.ac12-Mar-20152 KiB

COPYING12-Mar-20151.4 KiB

depcomp12-Mar-201515.6 KiB

doc/12-Mar-20154 KiB

INSTALL12-Mar-20159.3 KiB

install-sh12-Mar-20159 KiB

libtool12-Mar-2015212.3 KiB

ltmain.sh12-Mar-2015192.1 KiB

m4/12-Mar-20154 KiB

Makefile.am12-Mar-20154.4 KiB

Makefile.in12-Mar-201566.1 KiB

missing12-Mar-201510.8 KiB

mkinstalldirs12-Mar-20153.4 KiB

NEWS12-Mar-20150

packages/12-Mar-20154 KiB

README12-Mar-2015399

src/12-Mar-20154 KiB

windows/12-Mar-20154 KiB

README

1For information about how to use the cmockery unit testing framework see
2doc/index.html.
3
4COMPILING
5---------
6To compile the cmockery library and example applications run ./configure
7followed by make.  On Windows from the command line run vsvars.bat then cd into
8the windows subdirectory of this project and run nmake.
9
10This code has been tested on Linux (Ubuntu) and Windows using VC++7 and VC++8.
11