platform_external_selinux/libsepol/tests/test-ebitmap.h
Christian Göttsche 490cd409e3 libsepol/tests: add ebitmap tests
Preparation for several ebitmap related optimizations.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
2022-08-09 09:52:10 -04:00

10 lines
210 B
C

#ifndef TEST_EBITMAP_H__
#define TEST_EBITMAP_H__
#include <CUnit/Basic.h>
int ebitmap_test_init(void);
int ebitmap_test_cleanup(void);
int ebitmap_add_tests(CU_pSuite suite);
#endif /* TEST_EBITMAP_H__ */