EmbeddedUnit: Embedded Unit Testing Framework ============================================= Embedded Unit is unit testing framework for Embedded C System. Its 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. .. toctree:: :maxdepth: 2 :caption: Contents: intro writing_tests assertions advanced Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`