The k_heap backend is now the default for mem_pool, so duplicate these tests across that config so we continue to have coverage for the older code. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
8 lines
176 B
YAML
8 lines
176 B
YAML
tests:
|
|
kernel.memory_pool.api:
|
|
tags: kernel mem_pool
|
|
kernel.memory_pool.api.legacy:
|
|
tags: kernel mem_pool
|
|
extra_configs:
|
|
- CONFIG_MEM_POOL_HEAP_BACKEND=n
|