aboutsummaryrefslogtreecommitdiff
path: root/test/validation/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/timer/timer.c')
-rw-r--r--test/validation/timer/timer.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/validation/timer/timer.c b/test/validation/timer/timer.c
index 7a8b98a..02398f7 100644
--- a/test/validation/timer/timer.c
+++ b/test/validation/timer/timer.c
@@ -529,17 +529,17 @@ void timer_test_odp_timer_all(void)
CU_PASS("ODP timer test");
}
-CU_TestInfo timer_suite[] = {
- _CU_TEST_INFO(timer_test_timeout_pool_alloc),
- _CU_TEST_INFO(timer_test_timeout_pool_free),
- _CU_TEST_INFO(timer_test_odp_timer_cancel),
- _CU_TEST_INFO(timer_test_odp_timer_all),
- CU_TEST_INFO_NULL,
+odp_testinfo_t timer_suite[] = {
+ ODP_TEST_INFO(timer_test_timeout_pool_alloc),
+ ODP_TEST_INFO(timer_test_timeout_pool_free),
+ ODP_TEST_INFO(timer_test_odp_timer_cancel),
+ ODP_TEST_INFO(timer_test_odp_timer_all),
+ ODP_TEST_INFO_NULL,
};
-CU_SuiteInfo timer_suites[] = {
- {"Timer", NULL, NULL, NULL, NULL, timer_suite},
- CU_SUITE_INFO_NULL,
+odp_suiteinfo_t timer_suites[] = {
+ {"Timer", NULL, NULL, timer_suite},
+ ODP_SUITE_INFO_NULL,
};
int timer_main(void)