You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Mad Science Lab C Unit Testing Docker Image
1
+
# Mad Science Lab C Unit Testing & Build Environment Docker Images
2
2
3
-
C unit testing environment with Unity, CMock, and Ceedling. The purpose of this Docker
4
-
image is to create an easy-to-install portable system for running unit tests with Ceedling.
3
+
C unit testing & release build environment with Unity, CMock, and Ceedling.
4
+
The Docker images produced from this repository contain everything needed for running unit tests and release builds with Ceedling and its supporting frameworks.
5
5
6
6
<!-- ## Contents
7
7
* Testing tools
@@ -32,5 +32,5 @@ image is to create an easy-to-install portable system for running unit tests wit
32
32
33
33
34
34
## Basic Articles Discussing Unit Testing
35
-
* This docker image uses Ceedling to build "native" code as described [here](http://www.throwtheswitch.org/build/which)
35
+
* This docker image uses Ceedling to build “native” code as described [here](http://www.throwtheswitch.org/build/which)
36
36
* For additional help and tips for building native tests, read [this](http://www.throwtheswitch.org/build/native)
0 commit comments