summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/psxtmtest_blocking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-22 20:53:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-22 20:53:24 +0000
commitbdef08a3dfbfd8d4a3b4bdc21709127819441d38 (patch)
treecf8f663320e3b2c5bd0882e0379a236a7a71a720 /rtems-test-template/psxtmtest_blocking
parent2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-bdef08a3dfbfd8d4a3b4bdc21709127819441d38.tar.bz2
2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtest/TEST.doc, psxtest/init.c, psxtest_with_thread/TEST.doc, psxtest_with_thread/init.c, psxtmtest_blocking/TEST.doc, psxtmtest_blocking/init.c, psxtmtest_single/TEST.doc, smptest/TEST.doc, spfatal/TEST.doc, spfatal/testcase.h, sptest/TEST.doc, sptest/init.c, sptest_operation_from_tsr/TEST.doc, sptest_operation_from_tsr/init.c, sptest_with_task/TEST.doc, sptest_with_task/init.c, tmtest/TEST.doc, tmtest/init.c: Tidy up.
Diffstat (limited to 'rtems-test-template/psxtmtest_blocking')
-rw-r--r--rtems-test-template/psxtmtest_blocking/TEST.doc4
-rw-r--r--rtems-test-template/psxtmtest_blocking/init.c13
2 files changed, 10 insertions, 7 deletions
diff --git a/rtems-test-template/psxtmtest_blocking/TEST.doc b/rtems-test-template/psxtmtest_blocking/TEST.doc
index 1520da7..dc56765 100644
--- a/rtems-test-template/psxtmtest_blocking/TEST.doc
+++ b/rtems-test-template/psxtmtest_blocking/TEST.doc
@@ -1,7 +1,7 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-2010.
+# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
@@ -11,4 +11,4 @@
This test benchmarks the following operations:
-+ TBD
++ @DESC@
diff --git a/rtems-test-template/psxtmtest_blocking/init.c b/rtems-test-template/psxtmtest_blocking/init.c
index d092ea4..6f6d83c 100644
--- a/rtems-test-template/psxtmtest_blocking/init.c
+++ b/rtems-test-template/psxtmtest_blocking/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -9,12 +9,15 @@
* $Id$
*/
-#include <coverhd.h>
-#include <tmacros.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <timesys.h>
+#include <rtems/timerdrv.h>
#include "test_support.h"
+
#include <pthread.h>
-#include <rtems/timerdrv.h>
void *Low(
void *argument
@@ -25,7 +28,7 @@ void *Low(
end_time = benchmark_timer_read();
put_time(
- "XXX",
+ "@DESC@",
end_time,
OPERATION_COUNT,
0,