Crinit -- Configurable Rootfs Init
utest-init-file-series.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: MIT
6 #ifndef __UTEST_INIT_FILE_SERIES_H__
7 #define __UTEST_INIT_FILE_SERIES_H__
8 
12 void crinitInitFileSeriesTestSuccess(void **state);
13 
17 void crinitInitFileSeriesTestNoMemError(void **state);
18 
22 void crinitInitFileSeriesTestFseNullError(void **state);
23 
24 #endif /* __UTEST_INIT_FILE_SERIES_H__ */
void crinitInitFileSeriesTestFseNullError(void **state)
Definition: case-fse-null-error.c:13
void crinitInitFileSeriesTestNoMemError(void **state)
Definition: case-no-mem-error.c:13
void crinitInitFileSeriesTestSuccess(void **state)
Definition: case-success.c:49