Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-crinit-cap-set-inheritable.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __UTEST_CRINIT_CAP_SET_INHERITABLE_H__
7#define __UTEST_CRINIT_CAP_SET_INHERITABLE_H__
8
9void test_crinitCapSetInheritable(void **state);
13
14#endif /* __UTEST_CRINIT_CAP_SET_INHERITABLE_H__ */
void test_crinitCapSetInheritable_invalid_capability(void **state)
Definition case-invalid-capability.c:12
void test_crinitCapSetInheritable_last_supported(void **state)
Definition case-success.c:19
void test_crinitCapSetInheritable_invalid_capability_range(void **state)
Definition case-invalid-capability.c:19
void test_crinitCapSetInheritable(void **state)
Definition case-success.c:12