summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx02/init.c')
-rw-r--r--testsuites/psxtests/psx02/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx02/init.c b/testsuites/psxtests/psx02/init.c
index ca4d41b2c2..0d2ab06c7e 100644
--- a/testsuites/psxtests/psx02/init.c
+++ b/testsuites/psxtests/psx02/init.c
@@ -15,6 +15,8 @@
#include "system.h"
#include <signal.h>
+const char rtems_test_name[] = "PSX 2";
+
volatile int Signal_occurred;
volatile int Signal_count;
void Signal_handler( int signo );
@@ -44,7 +46,7 @@ void *POSIX_Init(
sigset_t mask;
sigset_t pending_set;
- puts( "\n\n*** POSIX TEST 2 ***" );
+ TEST_BEGIN();
/* set the time of day, and print our buffer in multiple ways */
@@ -141,7 +143,7 @@ void *POSIX_Init(
/* exit this thread */
- puts( "*** END OF POSIX TEST 2 ***" );
+ TEST_END();
rtems_test_exit( 0 );
return NULL; /* just so the compiler thinks we returned something */