Skip to content

ThrowTheSwitch/MadScienceLabDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mad Science Lab C Unit Testing Docker Image

C unit testing environment with Unity, CMock, and Ceedling. The purpose of this docker image is to create an easy-to-install portable system for running unit tests with Ceedling.

Contents

Usage

docker run -it --rm -v <local project path>:/project throwtheswitch/madsciencelab[:tag]

Basic Articles Discussing Unit Testing

  • This docker image uses Ceedling to build "native" code as described here
  • For additional help and tips for building native tests, read this