summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclock/psxclock.doc
diff options
context:
space:
mode:
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.