Files
luban-lite-t3e-pro/packages/third-party/lvgl/lvgl-8.3.2/tests/makefile/test.c
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

10 lines
116 B
C

#if LV_BUILD_TEST
#include <stdio.h>
#include "lvgl/lvgl.h"
int main(void) {
lv_init();
return 0;
}
#endif