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.
そろそろREADMEの準備をすすめる.
OOP実装部分を変更しました. Testクラスを継承するクラスは構造体の第一メンバにTestImplementを実装する.