Signed-off-by: Christophe Milard <christophe.mil...@linaro.org>
Reviewed-by: Stuart Haslam <stuart.has...@linaro.org>
---
 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 30b2b43..2d04090 100644
--- a/test/validation/timer/timer.c
+++ b/test/validation/timer/timer.c
@@ -530,10 +530,10 @@ void timer_test_odp_timer_all(void)
 }
 
 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
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to