Skip to content

Xenoamor/CMock

This branch is 336 commits behind ThrowTheSwitch/CMock:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5716454 · Mar 21, 2019
Apr 7, 2017
Mar 2, 2019
Apr 8, 2017
Mar 21, 2019
Nov 14, 2017
Dec 7, 2017
Mar 2, 2019
Mar 2, 2019
Aug 8, 2018
Dec 30, 2015
Oct 14, 2016
Jul 25, 2014
Mar 20, 2019
Dec 16, 2014
Nov 14, 2018
Jul 18, 2018

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

About

CMock - Mock/stub generator for C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.2%
  • Objective-C 19.2%
  • Ruby 18.1%
  • Tcl 8.5%
  • C 3.9%
  • Assembly 0.7%
  • Batchfile 0.4%