mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 03:07:51 +08:00
* Makefile.am, configure.ac: New test to exercise rtems_workspace_XXX methods. * spwkspace/.cvsignore, spwkspace/Makefile.am, spwkspace/init.c, spwkspace/spwkspace.scn, spwkspace/system.h: New files.
11 lines
394 B
Plaintext
11 lines
394 B
Plaintext
*** TEST WORKSPACE CLASSIC API ***
|
|
rtems_workspace_get_information - null pointer
|
|
rtems_workspace_get_information - OK
|
|
rtems_workspace_allocate - null pointer
|
|
rtems_workspace_allocate - 0 bytes
|
|
rtems_workspace_allocate - too many bytes
|
|
rtems_workspace_allocate - 42 bytes
|
|
rtems_workspace_free - NULL
|
|
rtems_workspace_free - previous pointer to 42 bytes
|
|
*** END OF TEST WORKSPACE CLASSIC API ***
|