Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-envset-destroy.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __UTEST_ENVSET_DESTROY_H__
7#define __UTEST_ENVSET_DESTROY_H__
8
14void crinitEnvSetDestroyTestSuccess(void **state);
18void crinitEnvSetDestroyTestNullInput(void **state);
19
20#endif /* __UTEST_ENVSET_DESTROY_H__ */
void crinitEnvSetDestroyTestSuccess(void **state)
Definition case-success.c:17
void crinitEnvSetDestroyTestNullInput(void **state)
Definition case-null-input.c:12