Adds the sanity test to integrate the kernel object tracing API. The test implements the philosophers demo and adds an additional test thread that uses the kernel object tracing API and test for the correct output. Change-Id: I2f01f7b3386afd4783ae58b5311eb7d6ee5a3cea Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com> Origin: Original
7 lines
125 B
Makefile
7 lines
125 B
Makefile
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|