From 9391f6d6637c752046cdfd89ae2eeea147496e44 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 Mar 2014 16:31:43 +0100 Subject: tests/samples: Use --- testsuites/samples/fileio/init.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testsuites/samples/fileio/init.c') diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index 75d16a4909..80da4ab0a6 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -32,6 +32,8 @@ #include #include +const char rtems_test_name[] = "FILE I/O"; + #if FILEIO_BUILD /** @@ -1220,7 +1222,7 @@ Init (rtems_task_argument ignored) rtems_id Task_id; rtems_status_code status; - puts( "\n\n*** TEST FILE I/O SAMPLE ***" ); + TEST_BEGIN(); status = rtems_shell_wait_for_input( STDIN_FILENO, @@ -1244,7 +1246,7 @@ Init (rtems_task_argument ignored) status = rtems_task_delete( RTEMS_SELF ); directive_failed( status, "delete" ); } else { - puts( "*** END OF TEST FILE I/O SAMPLE ***" ); + TEST_END(); rtems_test_exit( 0 ); } -- cgit v1.2.3