zephyr/tests/kernel
Henrik Brix Andersen 67ec329a70 tests: kernel: mem_protect: mem_map: fix wrong include
This test needs to include zephyr/kernel/mm/demand_paging.h, not
zephyr/kernel/mm.h, due to its use of k_mem_pin().

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-11-23 15:17:44 +01:00
..
cache
common tests/kernel: Fix test printk output for new printf variants 2023-11-20 06:07:58 -05:00
condvar/condvar_api
context
device
early_sleep
events
fatal kernel: mm: only include demand_paging.h if needed 2023-11-23 10:01:45 +01:00
fifo
fpu_sharing
gen_isr_table
interrupt tests: kernel: also move the test_isr_dynamic to new ztest API 2023-11-15 10:01:22 +01:00
lifo
mbox tests: k_mbox: Change ZTEST_USER to ZTEST 2023-11-05 07:51:59 -05:00
mem_heap kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
mem_protect tests: kernel: mem_protect: mem_map: fix wrong include 2023-11-23 15:17:44 +01:00
mem_slab
mp
msgq
mutex
obj_core
obj_tracking
pending
pipe
poll
profiling/profiling_api
queue
sched
semaphore
sleep
smp
smp_boot_delay
spinlock test: spinlock: cleanup assertion 2023-11-06 15:44:34 -06:00
stack/stack
threads tests: thread_apis: Change printk and TC_PRINT to LOG 2023-11-06 10:08:27 +01:00
tickless/tickless_concept
timer tests: timer_behavior: increase stdev tolerance for npcx timer 2023-11-17 17:24:14 +00:00
usage/thread_runtime_stats
workq
xip