Files
rtems/testsuites/sptests/spwkspace/spwkspace.scn
T
Joel Sherrill 4f7b4a8836 2009-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
2009-05-13 17:09:14 +00:00

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 ***