🧪 test(enable lpi plus test): lpi test

This commit is contained in:
yangwei
2024-11-26 18:59:55 +08:00
parent 1b55f09ba7
commit f80da6760d
16 changed files with 130 additions and 172 deletions

View File

@@ -5,12 +5,16 @@ extern "C"
{
#endif
int stellar_test_result_setup();
void stellar_test_result_setup();
char *stellar_test_result_json_export();
void stellar_test_result_cleanup();
#define GTEST_LPIP_MODULE_NAME "TEST_LPIP"
void gtest_lpip_on_packet(struct packet *pkt, struct module *mod);
struct module *gtest_lpip_module_init(struct module_manager *mod_mgr);
void gtest_lpip_module_exit(struct module_manager *mod_mgr, struct module *mod);
#ifdef __cplusplus
}
#endif