Home
last modified time | relevance | path

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

/zcbor-latest/tests/decode/test5_corner_cases/src/
Dmain.c1979 uint8_t intmax1_payload1[] = {LIST(C), in ZTEST() local
2035 zassert_equal(ZCBOR_SUCCESS, cbor_decode_Intmax1(intmax1_payload1, in ZTEST()
2036 sizeof(intmax1_payload1), NULL, &num_decode), NULL); in ZTEST()
2037 zassert_equal(sizeof(intmax1_payload1), num_decode, NULL); in ZTEST()