Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/lib/json/src/
Dmain.c40 int another_array[10]; /* JSON: "another-array" */ member
161 another_array, 10, another_array_len,
420 .another_array[0] = 2, in ZTEST()
421 .another_array[1] = 3, in ZTEST()
422 .another_array[2] = 5, in ZTEST()
423 .another_array[3] = 7, in ZTEST()
570 zassert_true(!memcmp(ts.another_array, expected_other_array, in ZTEST()