Crinit -- Configurable Rootfs Init
|
Header declaring the regression test for default initialization of global options. More...
Go to the source code of this file.
Functions | |
void | crinitGlobDefRegressionTest (void **state) |
Header declaring the regression test for default initialization of global options.
void crinitGlobDefRegressionTest | ( | void ** | state | ) |
Regression test for default initialization of global options.
Pre-Initializes the global option struct using a unique bit pattern (different from all defaults) and then checks if parts of the pattern remain after crinitGlobOptInitDefault() which would indicate an uninitialized value, i.e. a missing default.
Allocation functions are mocked such that there is no ambiguity between the test pattern and a calloc() or strdup() return value. memset() is mocked to a no-op, so that crinitGlobOptDefault() does not zero-out the test pattern before initializing elements.