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

..06-Oct-20154 KiB

aclocal.m406-Oct-2015256.1 KiB

AUTHORS06-Oct-201523

ChangeLog06-Oct-2015600

compile06-Oct-20153.6 KiB

config.guess06-Oct-201542.5 KiB

config.sub06-Oct-201531 KiB

configure06-Oct-2015750.6 KiB

configure.ac06-Oct-20152 KiB

COPYING06-Oct-20151.4 KiB

depcomp06-Oct-201515.6 KiB

doc/06-Oct-20154 KiB

INSTALL06-Oct-20159.3 KiB

install-sh06-Oct-20159 KiB

libtool06-Oct-2015212.3 KiB

ltmain.sh06-Oct-2015192.1 KiB

m4/06-Oct-20154 KiB

Makefile.am06-Oct-20154.4 KiB

Makefile.in06-Oct-201566.1 KiB

missing06-Oct-201510.8 KiB

mkinstalldirs06-Oct-20153.4 KiB

NEWS06-Oct-20150

packages/06-Oct-20154 KiB

README06-Oct-2015399

src/06-Oct-20154 KiB

windows/06-Oct-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