cmake-cmocka-template/cmake/cmocka-1.1.7
jakeg00dwin 63d81237fb A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
..
cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
coverity A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
doc A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
example A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
include A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
src A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
tests A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
.clang_complete A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
.ycm_extra_conf.py A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
49.patch A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
AUTHORS A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
CMakeLists.txt A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
COPYING A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
CPackConfig.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
CTestConfig.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
ChangeLog A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
CompilerChecks.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
ConfigureChecks.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
DefineOptions.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
INSTALL.md A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
NEWS A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
README.md A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
cmocka-build-tree-settings.cmake.in A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
cmocka.pc.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
config.h.cmake A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
meson.build A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08:00
meson_options.txt A copy of the newest cmocka release 1.1.7 2024-02-22 23:16:50 -08: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