From ad48ebbfc7e56cfdaf33e7a77a314171d6455511 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 Mar 2014 08:10:19 +0100 Subject: tests/smptests: Use --- testsuites/smptests/smp01/init.c | 10 ++++++---- testsuites/smptests/smp01/system.h | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'testsuites/smptests/smp01') diff --git a/testsuites/smptests/smp01/init.c b/testsuites/smptests/smp01/init.c index 3e12726efc..7c412a01a5 100644 --- a/testsuites/smptests/smp01/init.c +++ b/testsuites/smptests/smp01/init.c @@ -16,6 +16,8 @@ #include +const char rtems_test_name[] = "SMP 1"; + void Loop() { volatile int i; @@ -40,10 +42,10 @@ rtems_task Init( * debug messages go away. */ Loop(); - locked_print_initialize(); - /* Put start of test message */ - locked_printf( "\n\n*** SMP01 TEST ***\n" ); + TEST_BEGIN(); + + locked_print_initialize(); /* Initialize the TaskRan array */ for ( i=0; i -- cgit v1.2.3