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
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