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-17 21:05
embunit 0.0.4 (2 files Ocultar)

Release Notes

そろそろREADMEの準備をすすめる.

Changelog

OOP実装部分を変更しました.
Testクラスを継承するクラスは構造体の第一メンバにTestImplementを実装する.