1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13:00 +08:00

11 lines
117 B
C
Raw Normal View History

#if LV_BUILD_TEST
2022-04-29 19:38:04 -04:00
#include <stdio.h>
2023-11-18 21:56:46 +01:00
#include "../../lvgl.h"
2022-04-29 19:38:04 -04:00
int main(void)
{
2022-04-29 19:38:04 -04:00
lv_init();
return 0;
}
#endif