zephyr/tests/ztest/test/base/Makefile

11 lines
208 B
Makefile

BOARD ?= qemu_x86
ifneq ($(BOARD), unit_testing)
CONF_FILE ?= prj_verbose_0.conf
include $(ZEPHYR_BASE)/Makefile.test
else
OBJECTS = src/main.o
include $(ZEPHYR_BASE)/tests/unit/Makefile.unittest
endif