summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk01/stackchk01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-06 08:26:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-14 10:48:23 +0200
commit6a8208533d80339d20fb36258abac84357811152 (patch)
tree42955d0a5ae96bfe5d9574f1545d0c3975e6cf2d /testsuites/libtests/stackchk01/stackchk01.doc
parentstackchk: Add rtems_stack_checker_iterate() (diff)
downloadrtems-6a8208533d80339d20fb36258abac84357811152.tar.bz2
stackchk01: Check CPU_STACK_MINIMUM_SIZE
Ensure that the CPU_STACK_MINIMUM_SIZE is suffiently larger than the stack usage in simple applications.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/stackchk01/stackchk01.doc12
1 files changed, 10 insertions, 2 deletions
diff --git a/testsuites/libtests/stackchk01/stackchk01.doc b/testsuites/libtests/stackchk01/stackchk01.doc
index 5b3d9c894b..cbb9fb62f9 100644
--- a/testsuites/libtests/stackchk01/stackchk01.doc
+++ b/testsuites/libtests/stackchk01/stackchk01.doc
@@ -30,9 +30,17 @@ This file describes the directives and concepts tested by this test set.
test set name: stackchk01
directives:
- rtems_stack_checker_is_blown
+
+* CPU_STACK_MINIMUM_SIZE
+
+* rtems_stack_checker_is_blown
+
+* rtems_stack_checker_iterate
concepts:
-+ ensure that dynamic checks for a blown stack work both when the stack
+* Ensure that dynamic checks for a blown stack work both when the stack
is not blown and when it is.
+
+* Ensure that the CPU_STACK_MINIMUM_SIZE is suffiently larger than the stack
+ usage in simple applications.