Files
luban-lite-t3e-pro/packages/third-party/lvgl/lvgl-8.3.2/tests/makefile/test.c

10 lines
116 B
C
Raw Normal View History

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