Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-cgroup-crinit-cfg-cgroup-name-handler.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifdef ENABLE_CGROUP
7#ifndef __UTEST_CGROUP_CRINIT_CFG_CGROUP_NAME_HANDLER_H__
8#define __UTEST_CGROUP_CRINIT_CFG_CGROUP_NAME_HANDLER_H__
9
17void crinitCfgGroupHandlerTestNullInput(void **state);
22#endif /* __UTEST_CGROUP_CRINIT_CFG_CGROUP_NAME_HANDLER_H__ */
23#endif
void crinitCfgGroupHandlerTestEmptyInput(void **state)
Definition case-empty-input.c:14
void crinitCfgGroupHandlerTestNullInput(void **state)
Definition case-null-input.c:14
void crinitCfgGroupHandlerTestAlphaInputSuccess(void **state)
Definition case-success.c:28