summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx14
diff options
context:
space:
mode:
authorMandar Juvekar <mjuvekar0@gmail.com>2013-12-24 20:01:42 +1100
committerGedare Bloom <gedare@rtems.org>2013-12-24 10:15:43 -0500
commitc51645f3398c36f052367dcdf2410582f1fb9e37 (patch)
treeae38820b4a918b2dfae50d13038d7fb438beb95e /testsuites/psxtests/psx14
parentsptests: refactor sp09/screen13 into a new test spclock_err02 (diff)
downloadrtems-c51645f3398c36f052367dcdf2410582f1fb9e37.tar.bz2
psxtests/psx14: Add doc file
Diffstat (limited to 'testsuites/psxtests/psx14')
-rw-r--r--testsuites/psxtests/psx14/psx14.doc28
1 files changed, 28 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx14/psx14.doc b/testsuites/psxtests/psx14/psx14.doc
new file mode 100644
index 0000000000..877afdbeb7
--- /dev/null
+++ b/testsuites/psxtests/psx14/psx14.doc
@@ -0,0 +1,28 @@
+# testsuites/psxtests/psx14/psx14.doc
+#
+# Copyright (c) 2013 Mandar Juvekar <mjuvekar0@gmail.com>.
+#
+# 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: psx14
+
+directives:
++ rtems_object_api_maximum_class
++ rtems_object_api_minimum_class
++ rtems_object_get_api_class_name
++ rtems_objects_get_api_name
++ rtems_object_get_name
+
+concepts:
++ Ensure that the init thread has an empty name.
++ Ensure setting a thread name and getting the name works when the thread has
+ no name.
++ Ensure that setting a thread name and getting the name works when the thread
+ has a name.
++ Prints the minimum and maximum class identifiers for POSIX API.
++ Prints the api name for POSIX API (POSIX).
++ Prints the api class name for POSIX_KEYS (Key).