summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp22/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp22/init.c')
-rw-r--r--testsuites/sptests/sp22/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/sptests/sp22/init.c b/testsuites/sptests/sp22/init.c
index f940b08633..23956e6c30 100644
--- a/testsuites/sptests/sp22/init.c
+++ b/testsuites/sptests/sp22/init.c
@@ -26,6 +26,8 @@
#define CONFIGURE_INIT
#include "system.h"
+const char rtems_test_name[] = "SP 22";
+
rtems_task Init(
rtems_task_argument argument
)
@@ -33,7 +35,7 @@ rtems_task Init(
rtems_time_of_day time;
rtems_status_code status;
- puts( "\n\n*** TEST 22 ***" );
+ TEST_BEGIN();
build_time( &time, 12, 31, 1988, 9, 0, 0, 0 );