Signed-off-by: Christophe Milard <[email protected]>
---
 test/validation/time/time.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/validation/time/time.c b/test/validation/time/time.c
index 0aac599..f6e2906 100644
--- a/test/validation/time/time.c
+++ b/test/validation/time/time.c
@@ -62,9 +62,9 @@ static void time_test_odp_time_conversion(void)
 }
 
 CU_TestInfo time_suite_time[] = {
-       {"cycles diff", time_test_odp_cycles_diff},
-       {"negative diff", time_test_odp_cycles_negative_diff},
-       {"conversion", time_test_odp_time_conversion},
+       _CU_TEST_INFO(time_test_odp_cycles_diff),
+       _CU_TEST_INFO(time_test_odp_cycles_negative_diff),
+       _CU_TEST_INFO(time_test_odp_time_conversion),
         CU_TEST_INFO_NULL
 };
 
-- 
1.9.1

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to