zephyr/tests/kernel/mem_pool/mem_pool_api/testcase.yaml
Andy Ross 91cf6651d8 tests/kernel/mem_pool: Split out tests for legacy mem_pool config
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>
2020-04-14 10:05:55 -07:00

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