Skip to content

RomainPelletant/testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 49.8%
  • Python 33.6%
  • C 16.6%