summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp25/sp25.doc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/sptests/sp25/sp25.doc')
-rw-r--r--c/src/tests/sptests/sp25/sp25.doc31
1 files changed, 0 insertions, 31 deletions
diff --git a/c/src/tests/sptests/sp25/sp25.doc b/c/src/tests/sptests/sp25/sp25.doc
deleted file mode 100644
index cec31e1743..0000000000
--- a/c/src/tests/sptests/sp25/sp25.doc
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# $Id$
-#
-# COPYRIGHT (c) 1989-1999.
-# 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: test25
-
-directives:
- task_create
- task_start
- task_delete
- region_create
- region_ident
- region_get_segment
- region_return_segment
- region_delete
-
-concepts:
-
- a. Verifies that the heap maintains it's integrity trhough a series
- on region_get_segments and region_return_segments.
-