Go to file
Andreas Schneider eb215c1e50 Bump version to 1.0.0.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-02-16 12:01:21 +01:00
cmake/Modules GNU_SOURCE is not a compiler flag 2014-08-07 13:35:09 +02:00
coverity coverity: Add _assert_return_code model. 2014-04-15 16:49:07 +02:00
doc cmocka: Allow include of cmocka_platform.h 2015-02-10 15:49:30 +01:00
example cmake: Disable some tests on Windows. 2015-02-13 10:16:05 +01:00
include include: Use LargestIntegralType instead of uintmax_t 2015-02-13 13:41:10 +01:00
src cmocka: Include cmocka_private.h after cmocka.h 2015-02-12 19:07:57 +01:00
tests tests: Use a different regex for segfault on Windows 2015-02-12 19:07:57 +01:00
.clang_complete Add obj directory for config.h to .clang_complete. 2013-12-13 10:55:40 +01:00
.gitignore Add YouCompleteMe config. 2014-04-11 15:09:12 +02:00
.ycm_extra_conf.py Add YouCompleteMe config. 2014-04-11 15:09:12 +02:00
AUTHORS cmocka: Implement a new test runner. 2015-02-08 10:29:09 +01:00
CMakeLists.txt Bump version to 1.0.0. 2015-02-16 12:01:21 +01:00
COPYING misc: Fix license in COPYING. 2011-05-31 21:17:09 +02:00
CPackConfig.cmake cmake: Ignore .ycm_extra_conf.pyc. 2014-04-14 09:23:23 +02:00
CTestConfig.cmake cmake: Set nightly start time to UTC. 2013-07-24 08:19:25 +02:00
ChangeLog Update ChangeLog. 2015-02-16 12:01:18 +01:00
ConfigureChecks.cmake tests: Add io.h for open() and close() on Windows. 2015-02-11 18:13:55 +01:00
DefineOptions.cmake cmake: Build tests with the static library. 2015-02-12 16:59:22 +01: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-build-tree-settings.cmake.in cmake: Add cmake config mode support. 2014-01-20 23:39:19 +01:00
cmocka-config-version.cmake.in cmake: Add cmake config mode support. 2014-01-20 23:39:19 +01:00
cmocka-config.cmake.in cmake: Fix cmocka cmake-config files. 2014-05-22 14:34:11 +02:00
cmocka.pc.cmake cmake: Add pkgconfig file. 2013-02-11 16:25:59 +01:00
config.h.cmake tests: Add io.h for open() and close() on Windows. 2015-02-11 18:13:55 +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.