summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm30/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 10:38:22 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit9410d01196776178421066568f29058e7783c60d (patch)
tree23b5d17eef94bd72580f92ffe8e9520b5fe01a77 /testsuites/tmtests/tm30/init.c
parentvirtex4: Move start.S to virtex4/start/start.S (diff)
downloadrtems-9410d01196776178421066568f29058e7783c60d.tar.bz2
tmtests: Make output more uniform
Diffstat (limited to '')
-rw-r--r--testsuites/tmtests/tm30/init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/tmtests/tm30/init.c b/testsuites/tmtests/tm30/init.c
index 2d96649097..33e6ce7c4e 100644
--- a/testsuites/tmtests/tm30/init.c
+++ b/testsuites/tmtests/tm30/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2012.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -69,7 +69,7 @@ rtems_task Init(
puts( "\n\n*** TIME TEST 30 ***" );
rtems_time_test_measure_operation(
- "rtems_barrier_create",
+ "rtems_barrier_create: only case",
benchmark_barrier_create,
NULL,
OPERATION_COUNT,
@@ -77,7 +77,7 @@ rtems_task Init(
);
rtems_time_test_measure_operation(
- "rtems_barrier_ident",
+ "rtems_barrier_ident: only case",
benchmark_barrier_ident,
NULL,
OPERATION_COUNT,
@@ -85,7 +85,7 @@ rtems_task Init(
);
rtems_time_test_measure_operation(
- "rtems_barrier_delete",
+ "rtems_barrier_delete: only case",
benchmark_barrier_delete,
NULL,
OPERATION_COUNT,