1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix tests

This commit is contained in:
Gabor Kiss-Vamosi 2021-03-16 20:57:22 +01:00
parent 1a1e5c8196
commit dad2b4aab1

View File

@ -10,9 +10,9 @@
#include "../../lvgl.h"
#if LV_BUILD_TEST
#include "../lv_test_assert.h"
#include "../../src/lv_font/lv_font_fmt_txt.h"
#include "../../src/lv_font/lv_font.h"
#include "../../src/lv_font/lv_font_loader.h"
#include "../../src/font/lv_font_fmt_txt.h"
#include "../../src/font/lv_font.h"
#include "../../src/font/lv_font_loader.h"
#include "lv_test_font_loader.h"