mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 05:18:30 +08:00
* 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.
12 lines
518 B
Plaintext
12 lines
518 B
Plaintext
*** 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 ***
|