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