|
Crinit -- Configurable Rootfs Init
|

Go to the source code of this file.
Functions | |
| void | crinitCfgDepHandlerTestSuccess (void **state) |
| void | crinitCfgDepHandlerTestErrConfigType (void **state) |
| void | crinitCfgDepHandlerTestInvalidValue (void **state) |
| void | crinitCfgDepHandlerTestNullInput (void **state) |
| void | crinitCfgDepHandlerTestEmptyInput (void **state) |
| void crinitCfgDepHandlerTestEmptyInput | ( | void ** | state | ) |
Tests handling of empty value part.
| void crinitCfgDepHandlerTestErrConfigType | ( | void ** | state | ) |
Tests fail parsing because of wrong config type.
| void crinitCfgDepHandlerTestInvalidValue | ( | void ** | state | ) |
Tests unsuccessful parsing of an invalid input value.
| void crinitCfgDepHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
| void crinitCfgDepHandlerTestSuccess | ( | void ** | state | ) |
Tests successful parsing of an existing dependency list.