forked from Imagelibrary/rtems
* Makefile.am, configure.ac: Add sp70 to test slot reclamation and reuse for unlimited object configuration. * sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc, sp70/sp70.scn: New files.
26 lines
544 B
Plaintext
26 lines
544 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-2010.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.com/license/LICENSE.
|
|
#
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: sp70
|
|
|
|
directives:
|
|
|
|
rtems_task_create
|
|
rtems_task_delete
|
|
|
|
concepts:
|
|
|
|
+ Unified workspace configuration
|
|
+ Unlimited object configuration
|
|
+ Reclaiming slots in object allocation table and reusing them
|