Home
last modified time | relevance | path

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

/zcbor-latest/tests/encode/test3_corner_cases/src/
Dmain.c734 …const uint8_t exp_payload_nested_mlm4[] = {MAP(2), LIST(0), END LIST(0), END LIST(0), END LIST(0),… in ZTEST() local
791 zassert_equal(sizeof(exp_payload_nested_mlm4), out_len, NULL); in ZTEST()
792 zassert_mem_equal(exp_payload_nested_mlm4, output, sizeof(exp_payload_nested_mlm4), NULL); in ZTEST()