Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

Embedded Unit And Integration Testing Toolbox

This repository adds CMock and Unity testing support to any Zephyr based project. It is primarily used by Swedish Embedded Platform SDK to implement full coverage testing support.

Training video

This training video is part of Swedish Embedded Firmware Training. Become a member here: https://swedishembedded.com/embedded-firmware-testing/

What is full coverage testing?

When you are developing embedded systems, you are often dealing with code that is designed to run on actual hardware. This makes testing more difficult and very often you can not easily test all code paths.

CMock solves this problem.

Unity provides test assertion macros for C.

This repository adds CMock and Unity support to your project.

Enjoy!