Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Unknown edited this page Jul 1, 2020 · 1 revision

deUnit

deUnit is a C-Framework developed for embedded devices with their requirements. But it is also possible to use this framework for host-based testing. This framework has the goal to enable dependency reduction and testing in legacy projects.

Idea

The application under test itself is not possible to reduce the dependencies by its own. To do this it is necessary to get the help of e.g. an debugger like the “gdb”.

To reduce the dependencies this framework has a counterpart: the gdbMann. Selftest

Configuration

It is possible to configure deUnit.

See deUnit configuration

Build in self test

This framework also supports a selftest function. In this mode is not possible to reduce dependencies because of the missing GDBManipulator.

For more information’s see Self_Test_Mode

Callback Functions

It is possible to register callBack Functionsfunction that gets invoked on particular situations.

For further information’s see: CallBack Functions

Clone this wiki locally