Showing posts with label unit test. Show all posts
Showing posts with label unit test. Show all posts

2011-03-18

Unity - Compact Test Framework for C

I have used the Unity Test framework for unit testing in several c projects. It's a simple framework with just the needed features, and some nice scripts for generating the trivial test runner code. I give it my best recommendations. Take it for a tour: Unity - Compact Test Framework for C

2010-04-18

embedded testing tools

Today I came a cross some interesting tools for embedded testing at this blog: embedded testing tools
 I must have a closer look on them some day.