Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/lvgl_v9/lvgl/tests/makefile/test.c

11 lines
117 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
#if LV_BUILD_TEST
#include <stdio.h>
2024-09-30 17:06:01 +08:00
#include "../../lvgl.h"
2023-08-30 16:21:18 +08:00
2024-09-30 17:06:01 +08:00
int main(void)
{
2023-08-30 16:21:18 +08:00
lv_init();
return 0;
}
#endif