ci: add LV_USE_DEV_VERSION to the makefile build

This commit is contained in:
Gabor Kiss-Vamosi
2023-02-23 09:50:07 +01:00
parent 389e32d72f
commit f5a9c0382c

View File

@@ -2,7 +2,7 @@ LVGL_PATH := $(CURDIR)/../..
include ../../lvgl.mk
CSRCS += test.c
CFLAGS += -DLV_CONF_SKIP=1 -DLV_BUILD_TEST=1 -I$(LVGL_PATH)/..
CFLAGS += -DLV_CONF_SKIP=1 -DLV_BUILD_TEST=1 -DLV_USE_DEV_VERSION -I$(LVGL_PATH)/..
COBJS := $(patsubst %.c, %.o, $(CSRCS))
test_file: $(COBJS)