mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-21 05:30:13 +00:00
490cd409e3
Preparation for several ebitmap related optimizations. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
11 lines
210 B
C
11 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__ */
|