mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-07-31 00:07:49 +00:00
25 lines
842 B
Markdown
25 lines
842 B
Markdown
CMock - Mock/stub generator for C
|
|
=================================
|
|
|
|
[](https://travis-ci.org/ThrowTheSwitch/CMock)
|
|
|
|
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?
|
|
* [View docs/CMock_Summary.md](docs/CMock_Summary.md)
|
|
* Interested in our MIT-style license?
|
|
* [View docs/license.txt](docs/license.txt)
|
|
* Are there examples?
|
|
* They are all in [/examples](examples/)
|
|
* Any other resources to check out?
|
|
* Definitely! Check out our developer portal on [ThrowTheSwitch.org](http://throwtheswitch.org)
|