Stimulate/managed_components/lvgl__lvgl/tests/makefile/test.c

10 lines
116 B
C
Raw Normal View History

2025-09-25 18:50:48 +08:00
#if LV_BUILD_TEST
#include <stdio.h>
#include "lvgl/lvgl.h"
int main(void) {
lv_init();
return 0;
}
#endif