Crinit -- Configurable Rootfs Init
|
Implementation of a regression test to check the compile-time configuration of libinih. More...
#include <string.h>
#include "common.h"
#include "ini.h"
#include "unit_test.h"
#include "utest-inih-configuration.h"
Macros | |
#define | STR_CHECK_INLINE "CHECK_INLINE" |
#define | STR_SEMICOLON_LINE "this line should not ; be cut at the semicolon" |
Functions | |
static int | crinitIniHandler (void *userP, const char *section, const char *name, const char *value) |
void | crinitInihConfigurationRegressionTest (void **state) |
Implementation of a regression test to check the compile-time configuration of libinih.
#define STR_CHECK_INLINE "CHECK_INLINE" |
#define STR_SEMICOLON_LINE "this line should not ; be cut at the semicolon" |
|
static |
void crinitInihConfigurationRegressionTest | ( | void ** | state | ) |
Regression test for libinih compile-time configuration.
Checks that the custom compile-time configuration for libinih defined in deps/inih/README.md is actually used and followed.