Searched refs:TEST_PRINTF (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/tests/unity/ |
D | unity_support.c | 84 … TEST_PRINTF("%s%s", fn_ref_full, " was not found, creating is now from the rendered screen"); in lv_test_assert_img_eq() 151 TEST_PRINTF("[read_png_file %s] could not be opened for reading", file_name); in read_png_file() 157 TEST_PRINTF("[read_png_file %s] not recognized as a PNG file", file_name); in read_png_file() 165 TEST_PRINTF("[read_png_file %s] png_create_read_struct failed", file_name); in read_png_file() 171 TEST_PRINTF("[read_png_file %s] png_create_info_struct failed", file_name); in read_png_file() 175 TEST_PRINTF("[read_png_file %s] Error during init_io", file_name); in read_png_file() 193 TEST_PRINTF("[read_png_file %s] Error during read_image", file_name); in read_png_file() 219 TEST_PRINTF("[write_png_file %s] could not be opened for writing", file_name); in write_png_file() 220 TEST_PRINTF("%s", file_name); in write_png_file() 228 TEST_PRINTF("[write_png_file %s] png_create_write_struct failed", file_name); in write_png_file() [all …]
|
D | unity_support.h | 17 # define TEST_ASSERT_EQUAL_SCREENSHOT_MESSAGE(path, msg) TEST_PRINTF(msg); TEST_IGNORE_MESSAGE("… 27 … TEST_PRINTF(msg); \
|
D | unity.h | 110 #define TEST_PRINTF(message, ...) … macro
|