mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 14:32:36 +00:00
<kernel.h> APIs covered: k_malloc k_free Concept TESTPOINTs extracted from https://www.zephyrproject.org/doc/kernel/memory/heap.html#concepts ZEP-1242 Change-Id: I39edc809119984585d78d6abbe33f5be707c5818 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
|