Final assignment for the course "Real Time and Embedded Systems" of THMMY in AUTH university.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Apostolos Fanakis dbfd419758 Add circular buffer, Add CMock 5 years ago
..
config Add circular buffer, Add CMock 5 years ago
docs Add circular buffer, Add CMock 5 years ago
examples Add circular buffer, Add CMock 5 years ago
lib Add circular buffer, Add CMock 5 years ago
release Add circular buffer, Add CMock 5 years ago
scripts Add circular buffer, Add CMock 5 years ago
src Add circular buffer, Add CMock 5 years ago
test Add circular buffer, Add CMock 5 years ago
vendor/behaviors Add circular buffer, Add CMock 5 years ago
.gitattributes Add circular buffer, Add CMock 5 years ago
.gitignore Add circular buffer, Add CMock 5 years ago
.gitmodules Add circular buffer, Add CMock 5 years ago
.travis.yml Add circular buffer, Add CMock 5 years ago
Gemfile Add circular buffer, Add CMock 5 years ago
LICENSE.txt Add circular buffer, Add CMock 5 years ago
README.md Add circular buffer, Add CMock 5 years ago

README.md

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