* [ceedling](https://github.com/ThrowTheSwitch/Ceedling) Ruby/Rake-based build/test system for C projects
* Ceedling also includes the following tools for testing C code
* [Unity](https://github.com/ThrowTheSwitch/Unity) lightweight assertion framework and test executor for C
@@ -65,58 +68,36 @@ NOTE: Prefix the following commands with `bundle exec` so that they execute in t
Examples
========
The following examples are provided for development reference and as utilities to aid development
In order to execute a given example, execute `kinetic-c` with a given example name and optional arguments (below)
First, `cd` into the `build/release` folder, and then execute the desired command.
If no command is specified, kinetic-c will execute all of the example commands.
The following examples are provided for development reference and as utilities to aid development. In order to execute a given example, you must first do:
**e.g.** - Execute the NoOp operation against default host: `localhost`:
```
cd build/release
kinetic-c noop
```
**e.g.** - Execute the NoOp operation against `my-kinetic-server.com`: