https://github.com/samuelmarks/cmocka
This is a mirror of the cmocka unit testing framework https://cmocka.org/
https://github.com/samuelmarks/cmocka
Last synced: over 1 year ago
JSON representation
This is a mirror of the cmocka unit testing framework https://cmocka.org/
- Host: GitHub
- URL: https://github.com/samuelmarks/cmocka
- Owner: SamuelMarks
- License: apache-2.0
- Created: 2023-05-20T01:22:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T19:05:58.000Z (about 3 years ago)
- Last Synced: 2025-01-28T04:32:02.211Z (over 1 year ago)
- Language: C
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
cmocka
======
cmocka is an elegant unit testing framework for C with support for mock
objects. It only requires the standard C library, works on a range of computing
platforms (including embedded) and with different compilers.
For information about how to use the cmocka unit testing framework see
doc/index.html or https://api.cmocka.org/.
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.md
file.
Website
-------
https://cmocka.org