Wednesday, October 31, 2018

uCUnit: a Unit Test Framework for Microcontrollers

Unit testing is a common practice for host development. But for embedded development, this still seems mostly a ‘blank’ area. This is mostly because embedded engineers are not used to unit testing or because the usual framework for unit testing requires too many resources on an embedded target.

What I have used is the μCUnit framework, which is a small and easy-to-use framework, targeting small microcontroller applications.



from DZone.com Feed https://dzone.com/articles/tutorial-μcunit-a-unit-test-framework-for-microcon?utm_medium=feed&utm_source=feedpress.me&utm_campaign=Feed%3A+dzone

No comments:

Post a Comment