Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
/ CMock Public archive
forked from ThrowTheSwitch/CMock

CMock - Mock/stub generator for C

License

Notifications You must be signed in to change notification settings

booz-allen-hamilton/CMock

 
 

Repository files navigation

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:

> cd test
> rake # Run all CMock self tests

API Documentation

Packages

No packages published

Languages

  • C++ 38.4%
  • Ruby 20.8%
  • Objective-C 18.5%
  • Assembly 9.8%
  • Tcl 8.2%
  • C 3.8%
  • Other 0.5%