CMock - Mock/stub generator for C
Go to file
2016-10-27 23:10:26 -04:00
config Normalize all the line endings 2016-01-07 14:11:52 -05:00
docs Merge pull request #95 from SteinHeselmans/master 2016-10-27 10:16:15 -04:00
examples fixed white space 2016-01-04 20:00:32 -05:00
iar Normalize all the line endings 2016-01-07 14:11:52 -05:00
lib Merge pull request #80 from austinglaser/master 2016-10-27 10:17:56 -04:00
release Pull in latest libraries and boost version information 2016-10-27 23:10:26 -04:00
scripts Update docs to correct an argument. 2016-08-11 12:39:50 -04:00
src -fix whitespace 2016-01-04 19:27:48 -05:00
targets -fix whitespace 2016-01-04 19:27:48 -05:00
test Merge pull request #95 from SteinHeselmans/master 2016-10-27 10:16:15 -04:00
vendor Pull in latest libraries and boost version information 2016-10-27 23:10:26 -04:00
.gitattributes - Added a couple more tests to our details test 2015-12-30 16:33:33 -05:00
.gitignore add .swp (vim swap files) to git ignore list 2016-10-14 14:46:54 +02:00
.gitmodules Updated to latest version of Unity. 2014-07-25 15:13:29 -04:00
.travis.yml Removed regression testing in Travis CI against Ruby 1.8.7, since 1.9 is the new min version of Ruby supported. 2015-04-06 12:00:38 -04:00
Gemfile - fixed license to make it standard MIT license. 2014-12-16 10:20:56 -05:00
Rakefile -fix whitespace 2016-01-04 19:27:48 -05:00
rakefile_helper.rb - Added a couple more tests to our details test 2015-12-30 16:33:33 -05:00
README.md updated README to have the correct bundle command 2015-05-07 12:41:25 -06:00

CMock - Mock/stub generator for C

CMock Build Status

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