summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm20/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm20/task1.c')
-rw-r--r--testsuites/tmtests/tm20/task1.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm20/task1.c b/testsuites/tmtests/tm20/task1.c
index f22a428766..ed9c204154 100644
--- a/testsuites/tmtests/tm20/task1.c
+++ b/testsuites/tmtests/tm20/task1.c
@@ -14,6 +14,8 @@
#define CONFIGURE_INIT
#include "system.h"
+const char rtems_test_name[] = "TIME TEST 20";
+
rtems_device_major_number _STUB_major = 1;
rtems_id Region_id;
@@ -54,7 +56,7 @@ rtems_task Init(
Print_Warning();
- puts( "\n\n*** TIME TEST 20 ***" );
+ TEST_BEGIN();
status = rtems_task_create(
rtems_build_name( 'T', 'I', 'M', '1' ),
@@ -432,7 +434,7 @@ rtems_task Task_1(
CALLING_OVERHEAD_IO_CONTROL
);
- puts( "*** END OF TEST 20 ***" );
+ TEST_END();
rtems_test_exit( 0 );
}