summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclock/psxclock.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 20:36:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 20:36:36 +0000
commit88271c3308aef5db023687bf32ea30c60becc080 (patch)
treefd443cbf2d3209e8a1499c516773eb317a29624b /testsuites/psxtests/psxclock/psxclock.doc
parent2009-09-13 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-88271c3308aef5db023687bf32ea30c60becc080.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new test to exercise clock and delay services enabled when POSIX threads are disabled. This is split from psx01. POSIX test suite now enabled when POSIX threads are disabled so only enable tests which are appropriate. * psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
Diffstat (limited to 'testsuites/psxtests/psxclock/psxclock.doc')
-rw-r--r--testsuites/psxtests/psxclock/psxclock.doc28
1 files changed, 28 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxclock/psxclock.doc b/testsuites/psxtests/psxclock/psxclock.doc
new file mode 100644
index 0000000000..8bb4c5e6c3
--- /dev/null
+++ b/testsuites/psxtests/psxclock/psxclock.doc
@@ -0,0 +1,28 @@
+#
+# $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: psxclock
+
+directives:
+ clock_settime
+ clock_gettime
+ nanosleep
+ usleep
+ sleep
+
+concepts:
+
++ This is a non-POSIX threads test which uses POSIX services which
+ are available when RTEMS is configured with --disable-posix.
+
++ Ensures that the above listed services have 100% object coverage.