Searched refs:exp_buf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 31 static void test_get(bool ok, bool up, uint8_t *exp_buf, uint16_t exp_len) in test_get() argument 46 zassert_equal(memcmp(out_buf, exp_buf, out_len), 0, in test_get() 63 uint8_t exp_buf[HIST_BUF_SIZE]; in ZTEST() local 65 init_test_buf(exp_buf, sizeof(exp_buf), 0); in ZTEST() 71 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 73 test_get(true, true, exp_buf, 20); in ZTEST() 81 uint8_t exp_buf[HIST_BUF_SIZE]; in ZTEST() local 83 init_test_buf(exp_buf, sizeof(exp_buf), 0); in ZTEST() 87 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 88 z_shell_history_put(&history, exp_buf, 20); in ZTEST()
|