Home
last modified time | relevance | path

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

/zcbor-latest/tests/decode/test5_corner_cases/src/
Dmain.c1992 uint8_t intmax2_payload1[] = {LIST(8), in ZTEST() local
2039 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Intmax2(intmax2_payload1, in ZTEST()
2040 sizeof(intmax2_payload1), &result2, &num_decode), NULL); in ZTEST()
2041 zassert_equal(sizeof(intmax2_payload1), num_decode, NULL); in ZTEST()