commit | 840db3ab6ab60e8427fca9eb6b545610d6766fbf | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Sep 07 11:06:52 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Sep 09 15:40:06 2020 -0400 |
tree | fac7a569452a59688d3b5c9c8f33759a6f400048 | |
parent | d6f608219c1e7a6afd9f2f3f807074dc47d8b75c [diff] |
tests: kernel: fatal: minor #ifdef guard fix HW Stack protection is required to successfully run the stack overflow-related tests, so guard all these tests inside #ifdef CONFIG_HW_STACK_PROTECTION. Otherwise this test-suite fails for platforms that implement USERSPACE but do not have HW_STACK_PROTECTION capability. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>