summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/malloc03/malloc03.doc
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-22 19:27:12 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2010-06-22 19:27:12 +0000
commit71a30785f2181934522672fd432d57f37f371e76 (patch)
treef1fb97d6b45fd155dfb37cc75931e7886abb1a75 /testsuites/libtests/malloc03/malloc03.doc
parent2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com> (diff)
downloadrtems-71a30785f2181934522672fd432d57f37f371e76.tar.bz2
2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* Makefile.am, configure.ac: Added test that attempts to free stack memory. This causes a error to be printed from the free function. * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c, malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
Diffstat (limited to 'testsuites/libtests/malloc03/malloc03.doc')
-rw-r--r--testsuites/libtests/malloc03/malloc03.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/libtests/malloc03/malloc03.doc b/testsuites/libtests/malloc03/malloc03.doc
new file mode 100644
index 0000000000..7d4a8b16b1
--- /dev/null
+++ b/testsuites/libtests/malloc03/malloc03.doc
@@ -0,0 +1,22 @@
+#
+# $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: malloc03
+
+directives:
+
+ + free stack memory
+
+concepts:
+
++