mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
be7be41580f9c93e57fda39facd1e5caad14f3c2
Removed -Wno-duplicate-decl-specifier flag from all YAML files, since unsupported in some versions of gcc. Reimplemented ignore in specific files and generated code using a pragmas instead, which are setup to ignore undefined pragma values. Added initial .travis.yml file for TravisCI builds.
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@216 bf332499-1b4d-0410-844d-d2d48d5cc64c
Welcome to CMock!

[CMock build status](http://travis-ci.org/throwtheswitch/kinetic-c) is provided via [Travis CI](http://travis-ci.org)
Getting Started
================
> git clone --recursive https://github.com/throwtheswitch/cmock.git
> cd cmock
> bundle install # Ensures you have all RubyGems needed
> bundle execute 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)
Description
Languages
C
58.9%
Ruby
23.2%
Assembly
9.5%
Tcl
7.9%
Batchfile
0.4%