Home
last modified time | relevance | path

Searched refs:test_case_table (Results 1 – 25 of 26) sorted by relevance

12

/SCP-firmware-master/framework/test/
A Dtest_fwk_ring_init.c26 static const struct fwk_test_case_desc test_case_table[] = { variable
33 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
34 .test_case_table = test_case_table,
A Dtest_fwk_list_init.c33 static const struct fwk_test_case_desc test_case_table[] = { variable
40 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
41 .test_case_table = test_case_table,
A Dtest_fwk_list_get.c38 static const struct fwk_test_case_desc test_case_table[] = { variable
45 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
46 .test_case_table = test_case_table,
A Dtest_fwk_id_get_idx.c50 static const struct fwk_test_case_desc test_case_table[] = { variable
60 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
61 .test_case_table = test_case_table,
A Dtest_fwk_list_empty.c51 static const struct fwk_test_case_desc test_case_table[] = { variable
61 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
62 .test_case_table = test_case_table,
A Dtest_fwk_list_head.c51 static const struct fwk_test_case_desc test_case_table[] = { variable
61 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
62 .test_case_table = test_case_table,
A Dtest_fwk_list_next.c45 static const struct fwk_test_case_desc test_case_table[] = { variable
53 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
54 .test_case_table = test_case_table,
A Dtest_fwk_string.c55 static const struct fwk_test_case_desc test_case_table[] = { variable
63 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
64 .test_case_table = test_case_table,
A Dtest_fwk_id_format.c76 static const struct fwk_test_case_desc test_case_table[] = { variable
87 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
88 .test_case_table = test_case_table,
A Dtest_fwk_id_type.c83 static const struct fwk_test_case_desc test_case_table[] = { variable
98 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
99 .test_case_table = test_case_table,
A Dtest_fwk_macros.c16 static const struct fwk_test_case_desc test_case_table[] = { variable
24 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
25 .test_case_table = test_case_table,
A Dtest_fwk_math.c96 static const struct fwk_test_case_desc test_case_table[] = { variable
112 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
113 .test_case_table = test_case_table,
A Dtest_fwk_id_equality.c115 static const struct fwk_test_case_desc test_case_table[] = { variable
133 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
134 .test_case_table = test_case_table,
A Dtest_fwk_list_pop.c122 static const struct fwk_test_case_desc test_case_table[] = { variable
136 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
137 .test_case_table = test_case_table,
A Dtest_fwk_list_push.c128 static const struct fwk_test_case_desc test_case_table[] = { variable
142 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
143 .test_case_table = test_case_table,
A Dtest_fwk_list_remove.c123 static const struct fwk_test_case_desc test_case_table[] = { variable
137 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
138 .test_case_table = test_case_table,
A Dfwk_test.h111 const struct fwk_test_case_desc *test_case_table; member
A Dtest_fwk_id_build.c127 static const struct fwk_test_case_desc test_case_table[] = { variable
143 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
144 .test_case_table = test_case_table,
A Dtest_fwk_ring.c265 static const struct fwk_test_case_desc test_case_table[] = { variable
284 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
285 .test_case_table = test_case_table,
A Dtest_fwk_interrupt.c369 static const struct fwk_test_case_desc test_case_table[] = { variable
389 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
390 .test_case_table = test_case_table,
A Dtest_fwk_notification.c359 static const struct fwk_test_case_desc test_case_table[] = { variable
369 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
370 .test_case_table = test_case_table,
A Dtest_fwk_list_contains.c46 .test_case_table = tests,
A Dtest_fwk_module.c396 static const struct fwk_test_case_desc test_case_table[] = { variable
405 .test_case_count = FWK_ARRAY_SIZE(test_case_table),
406 .test_case_table = test_case_table,
A Dtest_fwk_list_insert.c78 .test_case_table = tests,
A Dfwk_test.c90 test_case = &test_suite.test_case_table[i]; in run_tests()

Completed in 18 milliseconds

12