mirror of
https://github.com/ThrowTheSwitch/CMock
synced 2025-03-12 16:51:11 -04:00
CMock - Mock/stub generator for C
config | ||
docs | ||
examples | ||
iar | ||
lib | ||
release | ||
scripts | ||
src | ||
targets | ||
test | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
Gemfile | ||
Rakefile | ||
rakefile_helper.rb | ||
README.md |
CMock - Mock/stub generator for C
Getting Started
> git clone --recursive https://github.com/throwtheswitch/cmock.git
> cd cmock
> bundle install # Ensures you have all RubyGems needed
> bundle exec rake # Run all CMock library tests
API Documentation
- Not sure what you're doing?
- Interested in our MIT-style license?
- Are there examples?
- They are all in /examples
- Any other resources to check out?
- Definitely! Check out our developer portal on ThrowTheSwitch.org