Crinit -- Configurable Rootfs Init
|
Header declaring the unit tests for crinitEnvSetInit(). More...
Go to the source code of this file.
Functions | |
void | crinitEnvSetInitTestSuccess (void **state) |
void | crinitEnvSetInitTestNullInput (void **state) |
void | crinitEnvSetInitTestMallocError (void **state) |
Header declaring the unit tests for crinitEnvSetInit().
void crinitEnvSetInitTestMallocError | ( | void ** | state | ) |
Tests handling of a memory allocation error.
void crinitEnvSetInitTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
void crinitEnvSetInitTestSuccess | ( | void ** | state | ) |
Tests successful initialization of an environment set.