Searched refs:expect_int (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | test_qsort.c | 29 const int expect_int[] = { 1, 3, 2 }; in ZTEST() local 32 zassert_mem_equal(actual_int, expect_int, sizeof(expect_int), in ZTEST() 38 const int expect_int[] = { 42 }; in ZTEST() local 41 zassert_mem_equal(actual_int, expect_int, sizeof(expect_int), in ZTEST() 47 const int expect_int[] = { -42, 42 }; in ZTEST() local 50 zassert_mem_equal(actual_int, expect_int, sizeof(expect_int), in ZTEST() 56 const int expect_int[] = { -42, 0, 42 }; in ZTEST() local 59 zassert_mem_equal(actual_int, expect_int, sizeof(expect_int), in ZTEST() 65 const int expect_int[] = { -42, -42, 0, 42 }; in ZTEST() local 68 zassert_mem_equal(actual_int, expect_int, sizeof(expect_int), in ZTEST() [all …]
|