summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxusleep/psxusleep.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-12 00:21:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-12 00:21:51 +0000
commitea7d86b2450f3d4587e13c21b900ad10211aed60 (patch)
treed7068175de1b77342af1ca747f109ba76bd61501 /testsuites/psxtests/psxusleep/psxusleep.doc
parent2009-11-11 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-ea7d86b2450f3d4587e13c21b900ad10211aed60.tar.bz2
2009-11-11 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1466/tests * Makefile.am, configure.ac, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn, psxkey03/init.c, psxsignal02/init.c, psxsignal03/init.c, psxstack01/init.c: Remove usleep() from tests. Add test specifically to test it since it is deprecated as of POSIX.1-2008. * psxusleep/.cvsignore, psxusleep/Makefile.am, psxusleep/init.c, psxusleep/psxusleep.doc, psxusleep/psxusleep.scn: New files.
Diffstat (limited to 'testsuites/psxtests/psxusleep/psxusleep.doc')
-rw-r--r--testsuites/psxtests/psxusleep/psxusleep.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxusleep/psxusleep.doc b/testsuites/psxtests/psxusleep/psxusleep.doc
new file mode 100644
index 0000000000..6145bf5f3b
--- /dev/null
+++ b/testsuites/psxtests/psxusleep/psxusleep.doc
@@ -0,0 +1,24 @@
+#
+# $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: psxusleep
+
+directives:
+ usleep
+
+concepts:
+
++ This test exercises the usleep() method.
+
+NOTE: usleep() has been deprecated by Open Group. This is why usleep is not
+ used in any other test and why this test exists.