Download List

Descripción del Proyecto

Embedded Unit is unit testing framework for Embedded C System. It's design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System. Embedded Unit does not require std C libs. All objects are allocated to const area.

System Requirements

System requirement is not defined

Publicado: 2003-08-22 23:33
embunit 0.2 (1 files Ocultar)

Release Notes

makefileを追加しました。
READMEもすこしずつ書いています。

Changelog

All
- ローカル変数サイズ変更<スタック使用量を最適化。

stdImpl.c
- add _xtoa()
- add stdimpl_memcmp()
- stdimpl_itoa() use _xtoa()

AssertImpl.h.c
- "Null" -> "nill"