From 6c0301daad418d362f71eaa7e5c4b6a2d948fc50 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Mar 2014 08:06:21 +0100 Subject: tests/sptests: Use --- testsuites/sptests/sp03/init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests/sp03/init.c') diff --git a/testsuites/sptests/sp03/init.c b/testsuites/sptests/sp03/init.c index 9479311137..1f02eb666d 100644 --- a/testsuites/sptests/sp03/init.c +++ b/testsuites/sptests/sp03/init.c @@ -14,6 +14,8 @@ #define CONFIGURE_INIT #include "system.h" +const char rtems_test_name[] = "SP 3"; + rtems_task Init( rtems_task_argument argument ) @@ -21,7 +23,7 @@ rtems_task Init( rtems_status_code status; rtems_id id; - puts( "\n\n*** TEST 3 ***" ); + TEST_BEGIN(); status = rtems_task_create( rtems_build_name( 'T', 'A', '1', ' ' ), -- cgit v1.2.3