Home | Getting Started | Documentation | Related Sites
uCUnit is a lightwheight unit testing framework for small microcontrollers programmed in C. It's design was inspired by JUnit, CUnit and EmbUnit.
For small microcontrollers a unit testing framework must have some special features:
- No dynamic memory allocation: No use of malloc, alloc or something like this
- Small size
- No need of external linkage: everything is a macro
- Easy to use: Simply copy the header file into your project and customize it
uCUnit is Open Source Software, released under the Common Public Licence (CPL) Version 1.0.
uCUnit-0.2.zip
Released on 17th November 2007
- Makefile improved
- Sample improved
- Message for passed test added
uCUnit-0.1.zip
First release on 15th July 2007.
Copyright (C) 2007 by
KRAUSS Computer Engineering
|
Impressum
|
Datenschutz