zephyr/tests/kernel/mem_pool/test_mpool_options/Makefile
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

5 lines
91 B
Makefile

BOARD ?= qemu_x86
CONF_FILE ?= prj_split_defrag.conf
include ${ZEPHYR_BASE}/Makefile.test