zephyr/tests/kernel/mem_protect
Daniel Leung 575eb123e9 tests: mem_protect/obj_validation: fix check for heap size
Commit 3fbf12487c introduced a way
to add to CONFIG_HEAP_MEM_POOL_SIZE if, for example, subsystems
need more heap space. However, the size check in obj_validation
was still using the old kconfig, and was failing when extra
space was specified. So update the size check to use the updated
size.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-02-12 13:36:48 +01:00
..
demand_paging kernel: mm: only include demand_paging.h if needed 2023-11-23 10:01:45 +01:00
futex tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
mem_map tests: kernel: mem_protect: mem_map: fix wrong include 2023-11-23 15:17:44 +01:00
mem_protect test: kernel: mem_protect: switch to an547 as the integration platform 2024-01-30 13:42:02 +01:00
obj_validation tests: mem_protect/obj_validation: fix check for heap size 2024-02-12 13:36:48 +01:00
protection tests: kernel: mem_protect: Handle thumb instructions for Cortex-R 2024-02-02 17:05:01 -06:00
stack_random tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
stackprot tests: kernel: fix thread function signatures 2023-10-30 17:45:59 +00:00
sys_sem tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
syscalls syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
userspace test: kernel: mem_protect: switch to an547 as the integration platform 2024-01-30 13:42:02 +01:00