source: rtems/testsuites/sptests/spwkspace/spwkspace.scn @ 4f7b4a8

4.104.115
Last change on this file since 4f7b4a8 was 4f7b4a8, checked in by Joel Sherrill <joel.sherrill@…>, on 05/13/09 at 17:09:14

2009-05-13 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100644
File size: 394 bytes
Line 
1*** TEST WORKSPACE CLASSIC API ***
2rtems_workspace_get_information - null pointer
3rtems_workspace_get_information - OK
4rtems_workspace_allocate - null pointer
5rtems_workspace_allocate - 0 bytes
6rtems_workspace_allocate - too many bytes
7rtems_workspace_allocate - 42 bytes
8rtems_workspace_free - NULL
9rtems_workspace_free - previous pointer to 42 bytes
10*** END OF TEST WORKSPACE CLASSIC API ***
Note: See TracBrowser for help on using the repository browser.