summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spclockget/spclockget.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-10 17:04:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-10 17:04:50 +0000
commit7c11edfd82f9048ef58984e62280f35cc8ae3794 (patch)
treee375e4fb044e8da20a6f7b50b30c65abd4544feb /testsuites/sptests/spclockget/spclockget.doc
parent2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7c11edfd82f9048ef58984e62280f35cc8ae3794.tar.bz2
2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test to exercise legacy rtems_clock_get(). * spclockget/.cvsignore, spclockget/Makefile.am, spclockget/init.c, spclockget/spclockget.doc, spclockget/spclockget.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spclockget/spclockget.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/sptests/spclockget/spclockget.doc b/testsuites/sptests/spclockget/spclockget.doc
new file mode 100644
index 0000000000..09e5ffdc51
--- /dev/null
+++ b/testsuites/sptests/spclockget/spclockget.doc
@@ -0,0 +1,22 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: spclockget
+
+directives:
+
+ rtems_clock_get() - LEGACY
+
+concepts:
+
++ Exercise the legacy rtems_clock_get() method.