simulator/lvgl_v8_front/lvgl/tests/makefile/test.c

10 lines
116 B
C
Raw Permalink Normal View History

2024-03-29 08:11:04 +00:00
#if LV_BUILD_TEST
#include <stdio.h>
#include "lvgl/lvgl.h"
int main(void) {
lv_init();
return 0;
}
#endif