Embedded systems code with good unit tests?

Posted by rmk on Stack Overflow See other posts from Stack Overflow or by rmk
Published on 2010-03-25T19:20:43Z Indexed on 2010/03/25 19:23 UTC
Read the original article Hit count: 372

Filed under:
|
|

I am looking at approaches to Unit Test embedded systems code written in C.

At the same time, I am also looking for a good UT framework that I can use. The framework should have a reasonably small number of dependencies.

Any great Open-source products that have good UTs?

© Stack Overflow or respective owner

Related posts about c

    Related posts about unit-testing