Sha256: a76eefecb4d0eedb7bd511c1cf255024b9f6da776f585d609138b5e5e78b1449

Contents?: true

Size: 996 Bytes

Versions: 2

Compression:

Stored size: 996 Bytes

Contents

# Ceedling Temp-Sensor Example

*Welcome to the Temp-Sensor Example!* This is a medium-sized example of how Ceedling 
might work in your system. You can use it to verify you have all the tools installed.
You can use it as a starting point for your own code. You can build upon it for your
own creations, though honestly it's a bit of a mess. While it has some good ideas in
it, really it serves as a testing ground for some of Ceedling's features, and a place
for you to explore how Ceedling works.

You'll find all the source files in the `src` folder. You'll find all the tests in 
(you guessed it) the `test` folder (and its sub-folders). There are also some files
in the `test/support` folder, which demonstrate how you can create your own assertions.

This project assumes you have `gcov` and `gcovr` installed for collecting coverage 
information. If that's not true, you can just remove the `gcov` plugin from the 
`plugins` list. Everything else will work fine. 

Have fun poking around!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 examples/temp_sensor/README.md
ceedling-1.0.0 examples/temp_sensor/README.md