-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: kernel: fatal: add explicit no user-mode test case
We would like to test the HW stack protection feature in ARM builds with no user-mode support, i.e. CONFIG_USERSPACE=n. For that we add a new test-case in tests/kernel/fatal test suite. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
- Loading branch information
1 parent
6020a50
commit 8004082
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CONFIG_HW_STACK_PROTECTION=y | ||
CONFIG_ZTEST=y | ||
CONFIG_COVERAGE=n | ||
CONFIG_TEST_USERSPACE=n | ||
CONFIG_SMP=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters