mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
11 lines
117 B
C
11 lines
117 B
C
#if LV_BUILD_TEST
|
|
#include <stdio.h>
|
|
#include "../../lvgl.h"
|
|
|
|
int main(void)
|
|
{
|
|
lv_init();
|
|
return 0;
|
|
}
|
|
#endif
|