summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx14/psx14.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 16:07:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-31 16:07:12 +0000
commitc87593f0b01781996c466e340871f91d87a3d9d8 (patch)
tree46c78551dc2bb5dbb73a3bd92a62f1125358d56e /testsuites/psxtests/psx14/psx14.scn
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c87593f0b01781996c466e340871f91d87a3d9d8.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add psx14 to exercise POSIX API specific portions of Object Services added to API. * psx14/.cvsignore, psx14/Makefile.am, psx14/init.c, psx14/psx14.scn, psx14/system.h: New files.
Diffstat (limited to 'testsuites/psxtests/psx14/psx14.scn')
-rw-r--r--testsuites/psxtests/psx14/psx14.scn11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx14/psx14.scn b/testsuites/psxtests/psx14/psx14.scn
new file mode 100644
index 0000000000..f1d1b850d3
--- /dev/null
+++ b/testsuites/psxtests/psx14/psx14.scn
@@ -0,0 +1,11 @@
+*** POSIX TEST 14 ***
+rtems_object_get_name returned () for init thread
+Setting current thread name to Justin
+rtems_object_get_name returned (Justin) for init thread
+Setting current thread name to Jordan
+rtems_object_get_name returned (Jordan) for init thread
+rtems_object_api_minimum_class(OBJECTS_POSIX_API) returned 1
+rtems_object_api_maximum_class(OBJECTS_POSIX_API) returned 12
+rtems_object_get_api_name(POSIX_API) = POSIX
+rtems_object_get_api_class_name(POSIX_API, POSIX_KEYS) = Key
+*** END OF POSIX TEST 14 ***