1
0
Fork 0
libfort/tests/cmocka-1.1.0
seleznevae 603c6e6241 [D] Deleted redundant files 2018-03-09 10:17:50 +03:00
..
cmake/Modules [A] Initial commit 2018-01-01 11:26:34 +03:00
coverity [A] Initial commit 2018-01-01 11:26:34 +03:00
doc [D] Deleted redundant file 2018-03-09 10:16:21 +03:00
example [A] Initial commit 2018-01-01 11:26:34 +03:00
include [A] Initial commit 2018-01-01 11:26:34 +03:00
src [A] Initial commit 2018-01-01 11:26:34 +03:00
tests [A] Initial commit 2018-01-01 11:26:34 +03:00
.clang_complete [A] Initial commit 2018-01-01 11:26:34 +03:00
.ycm_extra_conf.py [A] Initial commit 2018-01-01 11:26:34 +03:00
AUTHORS [A] Initial commit 2018-01-01 11:26:34 +03:00
CMakeLists.txt [A] Initial commit 2018-01-01 11:26:34 +03:00
COPYING [A] Initial commit 2018-01-01 11:26:34 +03:00
CPackConfig.cmake [A] Initial commit 2018-01-01 11:26:34 +03:00
CTestConfig.cmake [A] Initial commit 2018-01-01 11:26:34 +03:00
ChangeLog [A] Initial commit 2018-01-01 11:26:34 +03:00
ConfigureChecks.cmake [A] Initial commit 2018-01-01 11:26:34 +03:00
DefineOptions.cmake [A] Initial commit 2018-01-01 11:26:34 +03:00
INSTALL [A] Initial commit 2018-01-01 11:26:34 +03:00
NEWS [A] Initial commit 2018-01-01 11:26:34 +03:00
README [A] Initial commit 2018-01-01 11:26:34 +03:00
cmocka-build-tree-settings.cmake.in [A] Initial commit 2018-01-01 11:26:34 +03:00
cmocka-config-version.cmake.in [A] Initial commit 2018-01-01 11:26:34 +03:00
cmocka-config.cmake.in [A] Initial commit 2018-01-01 11:26:34 +03:00
cmocka.pc.cmake [A] Initial commit 2018-01-01 11:26:34 +03:00
config.h.cmake [A] Initial commit 2018-01-01 11:26:34 +03:00
test_ordering_fail.c [A] Initial commit 2018-01-01 11:26:34 +03: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.