[A] Initial commit

This commit is contained in:
seleznevae
2018-01-01 11:26:34 +03:00
commit cc06b4c22f
265 changed files with 23652 additions and 0 deletions

15
tests/cmocka-1.1.0/README Normal file
View File

@@ -0,0 +1,15 @@
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.