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