Skip to content

Commit ba19ac7

Browse files
committed
Update Ceedling to v 0.31.0.
Add some useful articles and minor corrections to documentation.
1 parent 842e6e0 commit ba19ac7

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk --no-cache add \
1616
## Notes:
1717
## - Gems must be downloaded manually to the vendored assets/gems directory.
1818
## - To find the list of gems and versions needed, visit
19-
## https://rubygems.org/gems/ceedling/versions/0.30.0/dependencies
19+
## https://rubygems.org/gems/ceedling/versions/0.31.0/dependencies
2020
## - The easiest way to vendor a gem is `gem fetch <name> -v <version>` in assets/gems.
2121
##
2222

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Mad Science Lab C Unit Testing Docker Image
2-
Cross-compilation C unit testing environment with Unity, CMock, and Ceedling.
2+
C unit testing environment with Unity, CMock, and Ceedling. The purpose of this docker
3+
image is to create an easy-to-install portable system for running unit tests with Ceedling.
34

45
## Contents
56
* Testing tools
6-
* [Ceedling](http://www.throwtheswitch.org/ceedling) 0.30.0
7+
* [Ceedling](http://www.throwtheswitch.org/ceedling) 0.31.0
78
* [CMock](http://www.throwtheswitch.org/cmock) 2.5.2
89
* [Unity](http://www.throwtheswitch.org/unity) 2.5.1
910
* C support
@@ -19,3 +20,6 @@ Cross-compilation C unit testing environment with Unity, CMock, and Ceedling.
1920
## Usage
2021
`docker run -it --rm -v <local project path>:/project throwtheswitch/madsciencelab[:tag]`
2122

23+
## Basic Articles Discussing Unit Testing
24+
* This docker image uses Ceedling to build "native" code as described [here](http://www.throwtheswitch.org/build/which)
25+
* For additional help and tips for building native tests, read [this](http://www.throwtheswitch.org/build/native)

assets/gems/ceedling-0.30.0.gem

-2.24 MB
Binary file not shown.

assets/gems/ceedling-0.31.0.gem

2.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)