Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-cgroup-crinit-global-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_GLOBAL_NAME_HANDLER_H__
8#define __UTEST_CGROUP_CRINIT_CFG_CGROUP_GLOBAL_NAME_HANDLER_H__
9
13void crinitCfgCgroupGlobalNameHandlerTestAlphaInputOneValueSuccess(void **state);
17void crinitCfgCgroupGlobalNameHandlerTestAlphaInputTwoValuesSuccess(void **state);
21void crinitCfgCgroupGlobalNameHandlerTestNullInput(void **state);
25void crinitCfgCgroupGlobalNameHandlerTestEmptyInput(void **state);
26#endif /* __UTEST_CGROUP_CRINIT_CFG_CGROUP_GLOBAL_NAME_HANDLER_H__ */
27#endif