Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmunns/cmocka
Clone of the official CMocka repository
https://github.com/jamesmunns/cmocka
Last synced: 8 days ago
JSON representation
Clone of the official CMocka repository
- Host: GitHub
- URL: https://github.com/jamesmunns/cmocka
- Owner: jamesmunns
- License: apache-2.0
- Created: 2015-12-29T18:56:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T21:29:42.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T07:11:03.427Z (30 days ago)
- Language: C
- Size: 709 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
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.