|
Crinit -- Configurable Rootfs Init
|

Go to the source code of this file.
Functions | |
| void | crinitCfgTrigHandlerTestSuccess (void **state) |
| void | crinitCfgTrigHandlerTestErrConfigType (void **state) |
| void | crinitCfgTrigHandlerTestInvalidValue (void **state) |
| void | crinitCfgTrigHandlerTestNullInput (void **state) |
| void | crinitCfgTrigHandlerTestEmptyInput (void **state) |
| void crinitCfgTrigHandlerTestEmptyInput | ( | void ** | state | ) |
Tests handling of empty value part.
| void crinitCfgTrigHandlerTestErrConfigType | ( | void ** | state | ) |
Tests fail parsing because of wrong config type.
| void crinitCfgTrigHandlerTestInvalidValue | ( | void ** | state | ) |
Tests unsuccessful parsing of an invalid input value.
| void crinitCfgTrigHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
| void crinitCfgTrigHandlerTestSuccess | ( | void ** | state | ) |
Tests successful parsing of an existing dependency list.