summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx09/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx09/init.c')
-rw-r--r--testsuites/psxtests/psx09/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx09/init.c b/testsuites/psxtests/psx09/init.c
index caefa8d467..eace61a4a2 100644
--- a/testsuites/psxtests/psx09/init.c
+++ b/testsuites/psxtests/psx09/init.c
@@ -18,6 +18,8 @@
#include <errno.h>
#include "pritime.h"
+const char rtems_test_name[] = "PSX 9";
+
void print_schedparam(
char *prefix,
struct sched_param *schedparam
@@ -61,7 +63,7 @@ void *POSIX_Init(
time_t start;
time_t now;
- puts( "\n\n*** POSIX TEST 9 ***" );
+ TEST_BEGIN();
/* set the time of day, and print our buffer in multiple ways */
@@ -225,7 +227,7 @@ void *POSIX_Init(
sprintf( buffer, " - new priority = %d", priority );
print_current_time( "Init: ", buffer );
- puts( "*** END OF POSIX TEST 9 ***" );
+ TEST_END();
rtems_test_exit( 0 );
return NULL; /* just so the compiler thinks we returned something */