Searched refs:test_serializer (Results 1 – 2 of 2) sorted by relevance
127 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func);155 …TEST_CASE("single board test: "#name, tag) { test_serializer(&PGROUP_NAME(param_group), test_func)…167 …static void PTEST_MASTER_NAME(name) (void) { test_serializer(&PGROUP_NAME(param_group), master_fun…168 …static void PTEST_SLAVE_NAME(name) (void) { test_serializer(&PGROUP_NAME(param_group), slave_func)…
11 void test_serializer(const param_group_t *param_group, const ptest_func_t* test_func) in test_serializer() function