Home
last modified time | relevance | path

Searched refs:TEST_PRINTF (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_support.c160TEST_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 …]
Dunity_support.h18 # define TEST_ASSERT_EQUAL_SCREENSHOT_MESSAGE(path, msg) TEST_PRINTF(msg); TEST_IGNORE_MESSAGE("…
28 TEST_PRINTF(msg); \
Dunity.h110 #define TEST_PRINTF(message, ...) … macro
/lvgl-latest/tests/src/
Dlv_test_init.c95 TEST_PRINTF("%s", buf); in test_log_print_cb()
/lvgl-latest/tests/src/test_cases/cache/
Dtest_cache.c105TEST_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/
Dtest_freetype.c513 TEST_PRINTF("%s", buf); in test_freetype_outline_rendering_test()
515TEST_PRINTF("{NULL, %d, {%d, %d}, {%d, %d}, {%d, %d}}, ", param->type, param->to.x, param->to.y, p… in test_freetype_outline_rendering_test()