fix tests

This commit is contained in:
Gabor Kiss-Vamosi
2021-06-28 11:13:34 +02:00
parent 449952e3b7
commit 36b9db38b7
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#if LV_BUILD_TEST
#include "../../lvgl.h"
/*******************************************************************************
@@ -1376,3 +1377,4 @@ lv_font_t font_1 = {
};
#endif /*#if FONT_1*/
#endif

View File

@@ -1,3 +1,4 @@
#if LV_BUILD_TEST
#include "../../lvgl.h"
/*******************************************************************************
@@ -1406,3 +1407,4 @@ lv_font_t font_2 = {
};
#endif /*#if FONT_2*/
#endif

View File

@@ -1,3 +1,4 @@
#if LV_BUILD_TEST
#include "../../lvgl.h"
/*******************************************************************************
@@ -944,3 +945,4 @@ lv_font_t font_3 = {
};
#endif /*#if FONT_3*/
#endif