Go to file
Andreas Schneider d9cd3daa03 misc: Fix license in COPYING. 2011-05-31 21:17:09 +02:00
cmake/Modules build: Fix Visual Studio warnings. 2011-05-31 21:10:11 +02:00
doc Fixed internal links (<a href="#.*">) to headings that contain spaces when index.html is converted to wiki format. 2009-07-23 16:37:20 +00:00
m4 Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com> 2008-08-26 17:51:56 +00:00
packages Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com> 2008-09-16 01:16:42 +00:00
src build: Remove obsolete autoconf. 2011-05-31 21:10:11 +02:00
AUTHORS Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com> 2008-08-26 17:51:56 +00:00
CMakeLists.txt build: Added CPack config for source and binary generators. 2011-05-31 19:45:29 +02:00
COPYING misc: Fix license in COPYING. 2011-05-31 21:17:09 +02:00
CPackConfig.cmake build: Added CPack config for source and binary generators. 2011-05-31 19:45:29 +02:00
ChangeLog Mon Sep 15 17:21:22 2008 Google Inc. <opensource@google.com> 2008-09-16 00:23:11 +00:00
ConfigureChecks.cmake build: Added CMake build of cmockery. 2011-05-31 19:45:28 +02:00
DefineOptions.cmake build: Added option to build with static library. 2011-05-31 19:45:28 +02:00
INSTALL Fri Aug 29 10:50:46 2008 Google Inc. <opensource@google.com> 2008-09-02 16:12:58 +00:00
NEWS Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com> 2008-08-26 17:51:56 +00:00
README Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com> 2008-08-26 17:51:56 +00:00
config.h.cmake build: Added CMake build of cmockery. 2011-05-31 19:45:28 +02:00

README

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.