From 6a8208533d80339d20fb36258abac84357811152 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Oct 2022 08:26:47 +0200 Subject: stackchk01: Check CPU_STACK_MINIMUM_SIZE Ensure that the CPU_STACK_MINIMUM_SIZE is suffiently larger than the stack usage in simple applications. --- testsuites/libtests/stackchk01/stackchk01.doc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'testsuites/libtests/stackchk01/stackchk01.doc') 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. -- cgit v1.2.3