Download List

项目描述

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 requirement is not defined

发布: 2003-08-22 23:33
embunit 0.2 (1 files 隐藏)

发布版本通知

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

变更日志

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

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

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