mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 21:01:57 +00:00
This tests access to standard libraries. Adapted to use ZTEST. Jira: ZEP-932 Change-Id: I3564bfa61221b2456323c1018402237b6129b5ca Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.test
|