Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electronvector/cmock-vs-fff
A comparison of the CMock and FFF C-language mocking frameworks.
https://github.com/electronvector/cmock-vs-fff
Last synced: 19 days ago
JSON representation
A comparison of the CMock and FFF C-language mocking frameworks.
- Host: GitHub
- URL: https://github.com/electronvector/cmock-vs-fff
- Owner: ElectronVector
- License: mit
- Created: 2015-12-29T03:34:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T03:41:42.000Z (about 9 years ago)
- Last Synced: 2024-11-11T12:17:09.419Z (3 months ago)
- Language: C
- Size: 759 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMock vs fff
Comparison of CMock and fff (Fake Function Framework) usage.
Both are used to implement the same tests on an example "event processor"
module.## Tests
The CMock tests are in test/test_event_processor_cmock.c. Run them with `rake
cmock`.The fff tests are in src/test_event_processor_fff.c. Run them with `rake fff`.