diff mbox

[13/13] validation: timer: using _CU_TEST_INFO()

Message ID 1438001035-21900-14-git-send-email-christophe.milard@linaro.org
State New
Headers show

Commit Message

Christophe Milard July 27, 2015, 12:43 p.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/timer/timer.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

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,
 };