Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_CHAR (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_profiler.c95 TEST_ASSERT_EQUAL_CHAR(output_buf[1][0], '\0'); in test_profiler_disable()
96 TEST_ASSERT_EQUAL_CHAR(output_buf[2][0], '\0'); in test_profiler_disable()
97 TEST_ASSERT_EQUAL_CHAR(output_buf[3][0], '\0'); in test_profiler_disable()
98 TEST_ASSERT_EQUAL_CHAR(output_buf[4][0], '\0'); in test_profiler_disable()
/lvgl-latest/tests/unity/
Dunity.h163 #define TEST_ASSERT_EQUAL_CHAR(expected, actual) … macro