mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-13 06:17:17 +00:00
6 lines
160 B
C
6 lines
160 B
C
#include <CUnit/Basic.h>
|
|
|
|
int semanage_utilities_test_init(void);
|
|
int semanage_utilities_test_cleanup(void);
|
|
int semanage_utilities_add_tests(CU_pSuite suite);
|