490cd409e3
Preparation for several ebitmap related optimizations. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
10 lines
210 B
C
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__ */
|