Skip to content

Commit

Permalink
tests: don't enable application memory
Browse files Browse the repository at this point in the history
This shouldn't be enabled unless the test case is
specifically testing the feature.

Signed-off-by: Andrew Boie <[email protected]>
  • Loading branch information
Andrew Boie authored and andrewboie committed Nov 28, 2018
1 parent 1d720f5 commit 3ced428
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/drivers/watchdog/wdt_basic_api/prj.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CONFIG_WATCHDOG=y
CONFIG_ZTEST=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_BOOT_BANNER=n
1 change: 0 additions & 1 deletion tests/kernel/mem_protect/mem_protect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=2048
CONFIG_MAX_THREAD_BYTES=4
CONFIG_USERSPACE=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_PRIVILEGED_STACK_SIZE=1024

0 comments on commit 3ced428

Please sign in to comment.