summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmbarrier01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 12:18:02 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit50162e061b6affd2ccf66f95558a0b8386a4e02c (patch)
treed528082656528b75a4e3fe087d49c560a21c303a /testsuites/psxtmtests/psxtmbarrier01
parenttmtests: Make output more uniform (diff)
downloadrtems-50162e061b6affd2ccf66f95558a0b8386a4e02c.tar.bz2
psxtmtests: Make output more uniform
Diffstat (limited to 'testsuites/psxtmtests/psxtmbarrier01')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier01/init.c b/testsuites/psxtmtests/psxtmbarrier01/init.c
index 8937f6c1bc..cf32447418 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier01/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
@@ -40,7 +40,7 @@ static void benchmark_pthread_barrier_init(void)
rtems_test_assert( status == 0 );
put_time(
- "pthread_barrier_init",
+ "pthread_barrier_init: only case",
end_time,
1, /* Only executed once */
0,
@@ -59,7 +59,7 @@ static void benchmark_pthread_barrier_destroy(void)
rtems_test_assert( status == 0 );
put_time(
- "pthread_barrier_destroy",
+ "pthread_barrier_destroy: only case",
end_time,
1, /* Only executed once */
0,