1
0
mirror of https://github.com/ThrowTheSwitch/CMock synced 2025-03-12 16:51:11 -04:00
CMock - Mock/stub generator for C
Go to file
Mark VanderVoord b9b68bd26c - fixed broken tests introduced by Jocelyn's changes (oops. I should have checked that)
- reverted casting change, because it produces many pedantic C errors.
2014-05-07 15:57:08 -04:00
config - Works with Ruby 1.8.6, 1.8.7, 1.9.1, 1.9.2 (and possibly others) 2010-10-22 17:20:31 +00:00
docs updated the documents to include all plugins and some other minor tweaks. 2014-03-17 10:43:19 -04:00
examples git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@216 bf332499-1b4d-0410-844d-d2d48d5cc64c 2012-01-24 23:09:25 +00:00
iar - made index follow alignment rules too 2010-03-24 01:06:51 +00:00
lib - fixed broken tests introduced by Jocelyn's changes (oops. I should have checked that) 2014-05-07 15:57:08 -04:00
release corrected treat_as merging with standard_treat_as_map 2011-04-22 04:53:08 +00:00
src * split :args_only feature from :ignore plugin to be its own :expect_any_args plugin 2014-03-03 19:28:50 -05:00
targets fixed a minor error that was giving me extra warnings 2014-03-03 19:41:35 -05:00
test - fixed broken tests introduced by Jocelyn's changes (oops. I should have checked that) 2014-05-07 15:57:08 -04:00
vendor use latest unity 2014-05-01 15:53:13 -04:00
.gitignore updated hardmock and added to git ignore 2012-06-22 13:40:20 -04:00
.gitmodules Merge branch 'master' of github.com:ThrowTheSwitch/CMock 2012-06-20 20:35:40 -04:00
Gemfile remove vendored hardmock; do not try to require test-unit on ruby 1.9 2012-07-16 10:40:21 -04:00
rakefile_helper.rb Update to latest version of Unity 2014-03-17 10:46:43 -04:00
rakefile.rb working from 'rake rspec' task 2012-05-11 15:40:07 -04:00
README updated the documents to include all plugins and some other minor tweaks. 2014-03-17 10:43:19 -04:00

Welcome to CMock.

* Not sure what you're doing?
** The docs are in /docs
* Interested in our MIT-style license?
** That's in /docs too
* Are there examples?
** Try /examples
* Any other resources to check out?
** Sure. How about ThrowTheSwitch.org