summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spheapprot/spheapprot.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-25 13:05:47 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-25 13:05:47 +0000
commit5bb3197dfe47aed5a41fe5fb655f9601924bc44e (patch)
tree336186a8d781b14cbbfcfb42c8e42e5b5ecb0408 /testsuites/sptests/spheapprot/spheapprot.doc
parentRegenerate. (diff)
downloadrtems-5bb3197dfe47aed5a41fe5fb655f9601924bc44e.tar.bz2
2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spheapprot/.cvsignore, spheapprot/Makefile.am, spheapprot/spheapprot.doc, spheapprot/spheapprot.scn: New files. * Makefile.am, configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spheapprot/spheapprot.doc29
1 files changed, 29 insertions, 0 deletions
diff --git a/testsuites/sptests/spheapprot/spheapprot.doc b/testsuites/sptests/spheapprot/spheapprot.doc
new file mode 100644
index 0000000000..366abc6137
--- /dev/null
+++ b/testsuites/sptests/spheapprot/spheapprot.doc
@@ -0,0 +1,29 @@
+#
+# Copyright (c) 2010 embedded brains GmbH. All rights reserved.
+#
+# embedded brains GmbH
+# Obere Lagerstr. 30
+# 82178 Puchheim
+# Germany
+# <rtems@embedded-brains.de>
+#
+# 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.
+#
+# $Id$
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: spheapprot
+
+directives:
+
+ _Heap_Initialize
+ _Heap_Allocate_aligned_with_boundary
+ _Heap_Free
+
+concepts:
+
++ Check if heap protection works.