We want to show that if a non-essential thread gets a fatal exception, that thread gets aborted but the rest of the system works properly. We also test that k_oops() does the same. Issue: ZEP-2052 Change-Id: I0f88bcae865bf12bb91bb55e50e8ac9721672434 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
6 lines
78 B
Makefile
6 lines
78 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.test
|