summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstkalloc/spstkalloc.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-02 15:25:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-02 15:25:36 +0000
commit62e6e7cdadba035fb3ef1ef202117b0b38325e13 (patch)
tree2ac962d6ad469e0eae12a87dc6bcb31fd0fe36a8 /testsuites/sptests/spstkalloc/spstkalloc.doc
parent2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-62e6e7cdadba035fb3ef1ef202117b0b38325e13.tar.bz2
2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test for user configured stack allocator/deallocator. Test both pass and fail cases. * spstkalloc/.cvsignore, spstkalloc/Makefile.am, spstkalloc/init.c, spstkalloc/spstkalloc.doc, spstkalloc/spstkalloc.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spstkalloc/spstkalloc.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/spstkalloc/spstkalloc.doc b/testsuites/sptests/spstkalloc/spstkalloc.doc
new file mode 100644
index 0000000000..67c370a6d9
--- /dev/null
+++ b/testsuites/sptests/spstkalloc/spstkalloc.doc
@@ -0,0 +1,24 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# 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: spstkalloc
+
+directives:
+
+ rtems_task_creat
+ rtems_task_delete
+
+
+concepts:
+
++ Ensure that the custom stack allocation plugins work as documented.