Searched refs:TEST_PRINTF (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/tests/unity/ |
D | unity_support.c | 160 … TEST_PRINTF("%s%s", fn_ref_full, " was not found, creating is now from the rendered screen"); in screenshot_compare() 187 TEST_PRINTF("\nScreenshot compare error\n" in screenshot_compare() 229 TEST_PRINTF("[read_png_file %s] could not be opened for reading", file_name); in read_png_file() 235 TEST_PRINTF("[read_png_file %s] not recognized as a PNG file", file_name); in read_png_file() 243 TEST_PRINTF("[read_png_file %s] png_create_read_struct failed", file_name); in read_png_file() 249 TEST_PRINTF("[read_png_file %s] png_create_info_struct failed", file_name); in read_png_file() 253 TEST_PRINTF("[read_png_file %s] Error during init_io", file_name); in read_png_file() 271 TEST_PRINTF("[read_png_file %s] Error during read_image", file_name); in read_png_file() 296 TEST_PRINTF("[write_png_file %s] could not be opened for writing", file_name); in write_png_file() 297 TEST_PRINTF("%s", file_name); in write_png_file() [all …]
|
D | unity_support.h | 18 # define TEST_ASSERT_EQUAL_SCREENSHOT_MESSAGE(path, msg) TEST_PRINTF(msg); TEST_IGNORE_MESSAGE("… 28 TEST_PRINTF(msg); \
|
D | unity.h | 110 #define TEST_PRINTF(message, ...) … macro
|
/lvgl-latest/tests/src/ |
D | lv_test_init.c | 95 TEST_PRINTF("%s", buf); in test_log_print_cb()
|
/lvgl-latest/tests/src/test_cases/cache/ |
D | test_cache.c | 105 … TEST_PRINTF("cache free: %d, allocated: %d", lv_cache_get_free_size(cache, NULL), curr_mem_size); in test_cache_1()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_freetype.c | 513 TEST_PRINTF("%s", buf); in test_freetype_outline_rendering_test() 515 …TEST_PRINTF("{NULL, %d, {%d, %d}, {%d, %d}, {%d, %d}}, ", param->type, param->to.x, param->to.y, p… in test_freetype_outline_rendering_test()
|