• Home
Name Date Size #Lines LOC

..--

doc/03-May-2024-719611

m4/03-May-2024-8578

packages/03-May-2024-443279

src/03-May-2024-3,6712,430

windows/03-May-2024-229153

AUTHORSD03-May-202423 31

COPYINGD03-May-20241.4 KiB2925

ChangeLogD03-May-2024600 1813

INSTALLD03-May-20249.3 KiB237179

Makefile.amD03-May-20244.4 KiB11968

Makefile.inD03-May-202466.1 KiB1,091960

NEWSD03-May-20240

READMED03-May-2024399 118

aclocal.m4D03-May-2024256.1 KiB7,2716,523

compileD03-May-20243.6 KiB14379

config.guessD03-May-202442.5 KiB1,4671,256

config.subD03-May-202431 KiB1,5801,438

configureD03-May-2024750.6 KiB23,29718,824

configure.acD03-May-20242 KiB7059

depcompD03-May-202415.6 KiB531330

install-shD03-May-20249 KiB324189

libtoolD03-May-2024212.3 KiB7,5295,641

ltmain.shD03-May-2024192.1 KiB6,8725,424

missingD03-May-202410.8 KiB361268

mkinstalldirsD03-May-20243.4 KiB159109

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