Searched refs:exp_payload_levels1 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/encode/test3_corner_cases/src/ |
| D | main.c | 550 const uint8_t exp_payload_levels1[] = { in ZTEST() local 572 _Static_assert(sizeof(exp_payload_levels1) <= sizeof(output), in ZTEST() 575 sizeof(exp_payload_levels1)-1, &level1, &out_len), NULL); in ZTEST() 579 …zassert_equal(sizeof(exp_payload_levels1), out_len, "%d != %d", sizeof(exp_payload_levels1), out_l… in ZTEST() 580 zassert_mem_equal(exp_payload_levels1, output, sizeof(exp_payload_levels1), NULL); in ZTEST()
|