android_mt6572_jiabo/external/cmockery/cmockery_0_1_2
2025-09-05 16:56:03 +08:00
..
doc first commit 2025-09-05 16:56:03 +08:00
m4 first commit 2025-09-05 16:56:03 +08:00
packages first commit 2025-09-05 16:56:03 +08:00
src first commit 2025-09-05 16:56:03 +08:00
windows first commit 2025-09-05 16:56:03 +08:00
aclocal.m4 first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
ChangeLog first commit 2025-09-05 16:56:03 +08:00
compile first commit 2025-09-05 16:56:03 +08:00
config.guess first commit 2025-09-05 16:56:03 +08:00
config.sub first commit 2025-09-05 16:56:03 +08:00
configure first commit 2025-09-05 16:56:03 +08:00
configure.ac first commit 2025-09-05 16:56:03 +08:00
COPYING first commit 2025-09-05 16:56:03 +08:00
depcomp first commit 2025-09-05 16:56:03 +08:00
INSTALL first commit 2025-09-05 16:56:03 +08:00
install-sh first commit 2025-09-05 16:56:03 +08:00
libtool first commit 2025-09-05 16:56:03 +08:00
ltmain.sh first commit 2025-09-05 16:56:03 +08:00
Makefile.am first commit 2025-09-05 16:56:03 +08:00
Makefile.in first commit 2025-09-05 16:56:03 +08:00
missing first commit 2025-09-05 16:56:03 +08:00
mkinstalldirs first commit 2025-09-05 16:56:03 +08:00
NEWS first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

For information about how to use the cmockery unit testing framework see
doc/index.html.

COMPILING
---------
To compile the cmockery library and example applications run ./configure
followed by make.  On Windows from the command line run vsvars.bat then cd into
the windows subdirectory of this project and run nmake.

This code has been tested on Linux (Ubuntu) and Windows using VC++7 and VC++8.