mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
ci(test): fix include path (#6141)
This commit is contained in:
parent
bb9ff17af1
commit
e3f70a2987
@ -2,6 +2,7 @@
|
||||
* @file lv_rnd_unicodes.c
|
||||
*
|
||||
*/
|
||||
#if LV_BUILD_TEST
|
||||
|
||||
/*********************
|
||||
* INCLUDES
|
||||
@ -63,3 +64,5 @@ int lv_random_utf8_chars(uint8_t * buf, int buf_len, const uint32_t * ranges, ui
|
||||
/**********************
|
||||
* STATIC FUNCTIONS
|
||||
**********************/
|
||||
|
||||
#endif /*LV_BUILD_TEST*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
* @file lv_rnd_unicodes.h
|
||||
*
|
||||
*/
|
||||
#if LV_BUILD_TEST
|
||||
|
||||
#ifndef LV_RND_UNICODES_H
|
||||
#define LV_RND_UNICODES_H
|
||||
@ -13,7 +14,7 @@ extern "C" {
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "../lvgl.h"
|
||||
#include "../../../../lvgl.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
@ -54,3 +55,5 @@ int lv_random_utf8_chars(uint8_t * buf, int buf_len, const uint32_t * ranges, ui
|
||||
#endif
|
||||
|
||||
#endif /*LV_RND_UNICODES_H*/
|
||||
|
||||
#endif /*LV_BUILD_TEST*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user