Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.39 KB

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