Skip to content

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

Notifications You must be signed in to change notification settings

ThrowTheSwitch/MadScienceLabDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 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.

Usage

Generating Dockerfiles

./build.sh --dir build/standard --variant "" --version 1.0.0-prerelease

./build.sh --dir build/standard --dir build/plugins --version 1.0.0-prerelease

./build.sh --dir build/arm-none-eabi --version 1.0.0-prerelease

./build.sh --dir build/arm-none-eabi --dir build/plugins --dir build/arm-none-eabi-plugins --version 1.0.0-prerelease

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

Packages

No packages published

Contributors 3

  •  
  •  
  •