mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-06 10:19:58 +00:00
Merge pull request #139 from snke/master
Minor fixes for the CMock summary (Thanks Simon!)
This commit is contained in:
@@ -313,7 +313,7 @@ from the defaults. We've tried to specify what the defaults are below.
|
||||
|
||||
* `:callback_after_arg_check`:
|
||||
Tell `:callback` plugin to do the normal argument checking **before** it
|
||||
calls the callback function by setting this to true. WHen false, the
|
||||
calls the callback function by setting this to true. When false, the
|
||||
callback function is called **instead** of the argument verification.
|
||||
|
||||
* default: false
|
||||
@@ -504,7 +504,7 @@ from the defaults. We've tried to specify what the defaults are below.
|
||||
* default: []
|
||||
|
||||
* `:verbosity`:
|
||||
How loud shoudl CMock be?
|
||||
How loud should CMock be?
|
||||
|
||||
* 0 for errors only
|
||||
* 1 for errors and warnings
|
||||
@@ -580,7 +580,7 @@ based on other settings, particularly Unity's settings.
|
||||
Examples
|
||||
========
|
||||
|
||||
You can look in the examples directory for a couple of examples on how
|
||||
You can look in the [examples directory](/examples/) for a couple of examples on how
|
||||
you might tool CMock into your build process. You may also want to consider
|
||||
using [Ceedling](https://throwtheswitch.org/Ceedling). Please note that
|
||||
these examples are meant to show how the build process works. They have
|
||||
|
||||
Reference in New Issue
Block a user