From a75242eb6533c20cdd07377e2966abc4eb11ea9a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Mar 2014 14:15:52 +0100 Subject: [PATCH] tmtests/tmcontext01: Use --- testsuites/tmtests/tmcontext01/init.c | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/testsuites/tmtests/tmcontext01/init.c b/testsuites/tmtests/tmcontext01/init.c index 04aa26f578..2f5ada40b5 100644 --- a/testsuites/tmtests/tmcontext01/init.c +++ b/testsuites/tmtests/tmcontext01/init.c @@ -201,13 +201,9 @@ static void Init(rtems_task_argument arg) { uint32_t load = 0; - printf( - "\n" - "\n" - "\n" - "\n" - "\n" - ); + TEST_BEGIN(); + + printf("\n"); data_size = rtems_cache_get_data_cache_size(0); if (data_size > 0) { @@ -246,11 +242,9 @@ static void Init(rtems_task_argument arg) test(true, load); } - printf( - "\n" - "\n" - ); + printf("\n"); + TEST_END(); rtems_test_exit(0); }