Files
lvgl/tests/makefile/test.c
2022-07-25 21:33:31 +02: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