16cd6a6acSopenharmony_ci#ifndef TEST_EBITMAP_H__ 26cd6a6acSopenharmony_ci#define TEST_EBITMAP_H__ 36cd6a6acSopenharmony_ci 46cd6a6acSopenharmony_ci#include <CUnit/Basic.h> 56cd6a6acSopenharmony_ci 66cd6a6acSopenharmony_ciint ebitmap_test_init(void); 76cd6a6acSopenharmony_ciint ebitmap_test_cleanup(void); 86cd6a6acSopenharmony_ciint ebitmap_add_tests(CU_pSuite suite); 96cd6a6acSopenharmony_ci 106cd6a6acSopenharmony_ci#endif /* TEST_EBITMAP_H__ */ 11