Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.1 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.

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