Skip to content

Cross-compilation C unit testing environment with Unity, CMock, and Ceedling

Notifications You must be signed in to change notification settings

ic-27/embedded-tdd-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

About

Cross-compilation C unit testing environment with Unity, CMock, and Ceedling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%