zephyr/tests/kernel/mem_pool/test_mpool_options/testcase.ini
Sharron LIU 6ec8c6ef14 tests: kernel: added memory pool configuration options test
TestPurpose: verify memory pool configuration options.
All TESTPOINTs extracted from kernel documentation.
https://www.zephyrproject.org/doc/kernel/memory/pools.html#configuration-options

Jira: ZEP-1210

Change-Id: Ia5379aabd60e490c4566def21eda600c4c1b08dd
Signed-off-by: Sharron LIU <sharron.liu@intel.com>
2017-01-20 11:45:46 +00:00

12 lines
254 B
INI

[test_mpool_split_defrag]
tags = kernel
extra_args = CONF_FILE=prj_split_defrag.conf
[test_mpool_defrag_split]
tags = kernel
extra_args = CONF_FILE=prj_defrag_split.conf
[test_mpool_split_only]
tags = kernel
extra_args = CONF_FILE=prj_split_only.conf