summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/rhmlatency
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-07 18:31:32 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-07 18:31:32 -0600
commit893aac166ab9d3ab0945e6f7316bbb3d305d12ef (patch)
treecdde30d965e180a89b8add6a81da715eea5950f0 /testsuites/rhealstone/rhmlatency
parentpsximfs02: Clean up output (diff)
downloadrtems-893aac166ab9d3ab0945e6f7316bbb3d305d12ef.tar.bz2
rhealstone: Add start end and messages
Diffstat (limited to 'testsuites/rhealstone/rhmlatency')
-rw-r--r--testsuites/rhealstone/rhmlatency/mlatency.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/rhealstone/rhmlatency/mlatency.c b/testsuites/rhealstone/rhmlatency/mlatency.c
index 065d0f40af..4ddf80810f 100644
--- a/testsuites/rhealstone/rhmlatency/mlatency.c
+++ b/testsuites/rhealstone/rhmlatency/mlatency.c
@@ -35,6 +35,8 @@ void Init(
Print_Warning();
+ puts( "*** START OF RHMLATENCY ***" );
+
status = rtems_message_queue_create(
rtems_build_name( 'M', 'Q', '1', ' ' ),
1,
@@ -135,6 +137,7 @@ rtems_task Task02( rtems_task_argument ignored )
treceive_overhead /* Overhead of recieve call and task switch */
);
+ puts( "*** END OF RHMLATENCY ***" );
rtems_test_exit( 0 );
}