mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 05:06:36 +00:00
Move all kernel testcases to tests/ and change Makefiles accordingly where applicable. Change-Id: I130cc3919174e93b7130d55fb101bed1d5d7552d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
95 B
Makefile
6 lines
95 B
Makefile
KERNEL_TYPE = nano
|
|
CONF_FILE = prj.conf
|
|
BOARD ?= qemu_x86
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|