xref: /aosp_15_r20/external/selinux/libsepol/tests/test-ebitmap.h (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1 #ifndef TEST_EBITMAP_H__
2 #define TEST_EBITMAP_H__
3 
4 #include <CUnit/Basic.h>
5 
6 int ebitmap_test_init(void);
7 int ebitmap_test_cleanup(void);
8 int ebitmap_add_tests(CU_pSuite suite);
9 
10 #endif  /* TEST_EBITMAP_H__ */
11