Go to file
Andreas Schneider a01cc69ee9 Bump version to 1.1.7 2023-02-23 15:04:02 +01:00
cmake cmake: Fix path where to find cmocka.dll 2023-02-16 15:30:06 +01:00
coverity coverity: Fix assert model 2018-11-08 19:58:00 +01:00
doc doc: Link to the examples for mocking 2023-02-16 15:32:52 +01:00
example examples: Add missing compile and link options 2023-02-16 15:31:29 +01:00
include include: Update copyright year info 2023-02-16 15:32:14 +01:00
src Fix issue with fail_msg 2023-02-16 15:25:52 +01:00
tests tests: The exception handler doesn't work on Windows 2023-02-16 22:14:28 +01:00
.clang_complete Add obj directory for config.h to .clang_complete. 2013-12-13 10:55:40 +01:00
.gitignore cmake: Link compile database to source dir for clangd 2019-10-25 10:15:34 +02:00
.gitlab-ci.yml gitlab-ci: Move memory and ub sanitizer to analysis stage 2023-02-16 15:31:40 +01: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.1.7 2023-02-23 15:04:02 +01:00
COPYING misc: Fix license in COPYING. 2011-05-31 21:17:09 +02:00
CPackConfig.cmake cpack: Update ignore files for source package generation 2023-02-19 09:37:57 +01:00
CTestConfig.cmake ctest: Move to new dashboard 2018-07-05 10:18:59 +02:00
ChangeLog Bump version to 1.1.7 2023-02-23 15:04:02 +01:00
CompilerChecks.cmake cmake: Add -Wmissing-field-initializers 2019-01-16 17:01:14 +01:00
ConfigureChecks.cmake Don't redefine uintptr_t 2019-11-19 15:41:58 +01:00
DefineOptions.cmake cmake: Add options for BUILD_SHARED_LIBS 2019-11-19 15:57:27 +01:00
INSTALL.md Improve INSTALL.md 2023-02-16 15:32:54 +01:00
NEWS Tue Aug 26 10:18:02 2008 Google Inc. <opensource@google.com> 2008-08-26 17:51:56 +00:00
README.md Improve INSTALL.md 2023-02-16 15:32:54 +01:00
cmocka-build-tree-settings.cmake.in cmake: Fix usage of cmocka with build tree 2019-10-22 09:09:06 +02:00
cmocka.pc.cmake cmake: Fix path relocation in pkgconfig file for mingw 2023-02-16 15:33:22 +01:00
config.h.cmake Don't redefine uintptr_t 2019-11-19 15:41:58 +01:00
meson.build Better integration of cmocka as meson-build git subprojects 2020-10-04 09:54:24 +02:00
meson_options.txt meson: Build and run unit tests 2019-08-22 11:41:49 +02:00

README.md

cmocka

cmocka is an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a range of computing platforms (including embedded) and with different compilers.

For information about how to use the cmocka unit testing framework see doc/index.html or https://api.cmocka.org/.

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.md file.

Website

https://cmocka.org