summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmck/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tmck/task1.c')
-rw-r--r--testsuites/tmtests/tmck/task1.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c
index 2954e062fe..e13181f912 100644
--- a/testsuites/tmtests/tmck/task1.c
+++ b/testsuites/tmtests/tmck/task1.c
@@ -20,6 +20,8 @@
#undef OPERATION_COUNT
#define OPERATION_COUNT 100000
+const char rtems_test_name[] = "TIME CHECKER";
+
uint32_t Distribution[ MAXIMUM_DISTRIBUTION + 1 ];
rtems_task Task_1(
@@ -43,7 +45,7 @@ rtems_task Init(
Print_Warning();
- puts( "\n\n*** TIME CHECKER ***" );
+ TEST_BEGIN();
Task_name[ 1 ] = rtems_build_name( 'T', 'A', '1', ' ' ),
@@ -136,7 +138,7 @@ rtems_test_pause();
0
);
- puts( "*** END OF TIME CHECKER ***" );
+ TEST_END();
rtems_test_exit( 0 );
}