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.
テストコードの雛形生成ツール(ちび河童改)をパッケージに梱包しました。 テスト結果メッセージを変更しました。 テストランナーの関数名を変更しました。
embUnit/TestRunner.c:関数名変更 embUnit/TestRunner.c:テスト結果メッセージ変更 readme.txt