Go to file
Andreas Schneider 0e7737eded Add obj directory for config.h to .clang_complete. 2013-12-13 10:55:40 +01:00
cmake/Modules cmake: Fix compilation with -D_FORTIFY_SOURCE. 2013-11-28 14:10:03 +01:00
coverity coverity: Add modeling file for assert functions. 2013-07-29 19:40:12 +02:00
doc doc: Update the main doc page. 2013-08-11 12:12:05 +02:00
example example: Add an exampele to test exception handling. 2013-12-11 18:52:12 +01:00
include include: Don't stringify twice with will_return_always(). 2013-10-27 16:04:25 +01:00
src cmocka: Print better message for exceptions. 2013-12-11 18:51:25 +01:00
.clang_complete Add obj directory for config.h to .clang_complete. 2013-12-13 10:55:40 +01:00
.gitignore Add obj directory to .gitignore. 2013-11-06 09:25:38 +01:00
AUTHORS Update AUTHORS file. 2013-06-05 12:07:24 +02:00
CMakeLists.txt cmake: Bump version number and so version. 2013-07-24 10:21:56 +02:00
COPYING misc: Fix license in COPYING. 2011-05-31 21:17:09 +02:00
CPackConfig.cmake cmake: Exclude obj directory. 2013-11-06 08:13:01 +01:00
CTestConfig.cmake cmake: Set nightly start time to UTC. 2013-07-24 08:19:25 +02:00
ChangeLog Update ChangeLog. 2013-11-06 07:55:18 +01:00
ConfigureChecks.cmake src: Fix ValuePointer conversion on 32bit big endian. 2013-07-10 15:19:26 +02:00
DefineOptions.cmake cmake: Add an option to turn on unit testing. 2012-10-09 12:41:53 +02:00
INSTALL Update the INSTALL file. 2013-03-18 22:34:19 +01:00
NEWS Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com> 2008-08-26 17:51:56 +00:00
README README: Fix a typo and improve cmocka cmldine. 2013-07-25 23:03:02 +02:00
cmocka.pc.cmake cmake: Add pkgconfig file. 2013-02-11 16:25:59 +01:00
config.h.cmake config: Add missing define for strsignal(). 2013-12-11 18:51:04 +01:00

README

CMOCKA
=======

cmocka is a fork for Google's cmockery unit testing framework to fix bugs and
support it in future.
See https://code.google.com/p/cmockery/

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

COMPILING
---------
To compile the cmocka library and example applications run, create a build dir,
and in the build dir call 'cmake /path/to/cmocka' followed by 'make'. On
Windows you can use the cmake gui. More details can be found in the INSTALL file.