Signed-off-by: Christophe Milard <[email protected]>
---
test/validation/timer/timer.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/validation/timer/timer.c b/test/validation/timer/timer.c
index ecca785..6e2af24 100644
--- a/test/validation/timer/timer.c
+++ b/test/validation/timer/timer.c
@@ -530,10 +530,10 @@ static void timer_test_odp_timer_all(void)
}
static CU_TestInfo timer_suite[] = {
- {"test_timeout_pool_alloc", timer_test_timeout_pool_alloc},
- {"test_timeout_pool_free", timer_test_timeout_pool_free},
- {"test_odp_timer_cancel", timer_test_odp_timer_cancel},
- {"test_odp_timer_all", timer_test_odp_timer_all},
+ _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,
};
--
1.9.1
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp