fix(test): do not enable test_bg_image with || 1 (#8081)

This commit is contained in:
Gabor Kiss-Vamosi
2025-04-14 13:28:38 +02:00
committed by GitHub
parent fd538299b6
commit 3bcd3929b1
+1 -1
View File
@@ -1,4 +1,4 @@
#if LV_BUILD_TEST || 1
#if LV_BUILD_TEST
#include "../lvgl.h"
#include "unity/unity.h"