test.c 116 B

123456789
  1. #if LV_BUILD_TEST
  2. #include <stdio.h>
  3. #include "lvgl/lvgl.h"
  4. int main(void) {
  5. lv_init();
  6. return 0;
  7. }
  8. #endif