Henry Case bcd12b6b42 | há 5 anos | |
---|---|---|
.. | ||
cmake/Modules | há 5 anos | |
coverity | há 5 anos | |
doc | há 5 anos | |
example | há 5 anos | |
include | há 5 anos | |
src | há 5 anos | |
tests | há 5 anos | |
.clang_complete | há 5 anos | |
.gitignore | há 5 anos | |
.ycm_extra_conf.py | há 5 anos | |
AUTHORS | há 5 anos | |
CMakeLists.txt | há 5 anos | |
COPYING | há 5 anos | |
CPackConfig.cmake | há 5 anos | |
CTestConfig.cmake | há 5 anos | |
ChangeLog | há 5 anos | |
ConfigureChecks.cmake | há 5 anos | |
DefineOptions.cmake | há 5 anos | |
INSTALL | há 5 anos | |
NEWS | há 5 anos | |
README | há 5 anos | |
cmocka-build-tree-settings.cmake.in | há 5 anos | |
cmocka-config-version.cmake.in | há 5 anos | |
cmocka-config.cmake.in | há 5 anos | |
cmocka.pc.cmake | há 5 anos | |
config.h.cmake | há 5 anos |
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.