Skip to content

swedishembedded/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!