mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 11:02:32 +00:00
TestPurpose: verify memory pool APIs. All TESTPOINTs extracted from kernel-doc comments in <kernel.h> ZEP-1210 Change-Id: I7dcc0638e7b9c4d6b5ffe282e4fe41ca520d003f Signed-off-by: Sharron LIU <sharron.liu@intel.com>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.test
|