Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-globopt-defaults.h File Reference

(/usr/bin/git 2024-05-27, commit: e130c0d)

Header declaring the regression test for default initialization of global options. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void crinitGlobDefRegressionTest (void **state)
 

Detailed Description

Header declaring the regression test for default initialization of global options.

Function Documentation

◆ crinitGlobDefRegressionTest()

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.