CMock - Mock/stub generator for C
Go to file
2017-11-14 16:31:44 -05:00
config Move all self-testing into a subdirectory, like we did with Unity 2017-04-07 16:27:13 -04:00
docs Fixed 404 link in documentation. 2017-10-06 18:35:24 +02:00
examples Add examples to the automated testing in travis. Make err-on-fail optional on both examples (disabled during ci) 2017-04-07 22:22:38 -04:00
lib Fix Ruby warnings (mostly unused variables). 2017-09-14 09:40:48 -04:00
release Update to latest Unity and Post as release 2017-11-14 16:31:44 -05:00
scripts Try to fix CI 2017-09-11 19:45:42 +02:00
src Do not change CMock_Guts_Buffer or CMock_Guts_BufferSize unless 2017-10-31 12:03:31 -04:00
test Fix Minitest deprecation warnings. 2017-09-14 09:40:48 -04:00
vendor Update to latest Unity and Post as release 2017-11-14 16:31:44 -05: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 Let's simplify this testing situation a bit. 2017-10-31 21:49:04 -04:00
Gemfile - fixed license to make it standard MIT license. 2014-12-16 10:20:56 -05:00
README.md Remove trailing slashes. 2017-10-06 18:30:49 +02:00

CMock - Mock/stub generator for C

CMock Build Status

Getting Started

If you're using Ceedling, there is no need to install CMock. It will handle it for you. For everyone else, the simplest way is to grab it off github. You can also download it as a zip if you prefer. The Github method looks something like this:

> git clone --recursive https://github.com/throwtheswitch/cmock.git
> cd cmock
> bundle install # Ensures you have all RubyGems needed

If you plan to help with the development of CMock (or just want to verify that it can perform its self tests on your system) then you can enter the test directory and then ask it to test:

> rake # Run all CMock self tests

API Documentation