summaryrefslogtreecommitdiffstats
path: root/testsuites/rhealstone/rhilatency
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/rhilatency
parentpsximfs02: Clean up output (diff)
downloadrtems-893aac166ab9d3ab0945e6f7316bbb3d305d12ef.tar.bz2
rhealstone: Add start end and messages
Diffstat (limited to 'testsuites/rhealstone/rhilatency')
-rw-r--r--testsuites/rhealstone/rhilatency/ilatency.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/rhealstone/rhilatency/ilatency.c b/testsuites/rhealstone/rhilatency/ilatency.c
index c5a8b0c98d..57b26e20fa 100644
--- a/testsuites/rhealstone/rhilatency/ilatency.c
+++ b/testsuites/rhealstone/rhilatency/ilatency.c
@@ -56,6 +56,8 @@ rtems_task Init(
Print_Warning();
+ puts( "*** START OF RHILATENCY ***" );
+
if (_Scheduler.Operations.initialize != _Scheduler_priority_Initialize) {
puts( " Error ==> " );
puts( "Test only supported for deterministic priority scheduler\n" );
@@ -106,6 +108,7 @@ rtems_task Task_1(
0
);
+ puts( "*** END OF RHILATENCY ***" );
rtems_test_exit( 0 );
}