Searched refs:exp2_buf (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 113 uint8_t exp2_buf[HIST_BUF_SIZE]; in ZTEST() local 117 init_test_buf(exp2_buf, sizeof(exp2_buf), 10); in ZTEST() 123 z_shell_history_put(&history, exp2_buf, 15); in ZTEST() 127 test_get(true, true, exp2_buf, 15); /* up - 2*/ in ZTEST() 129 test_get(true, false, exp2_buf, 15); /* down - 2 */ in ZTEST() 131 test_get(true, false, exp2_buf, 15); /* down - 2 */ in ZTEST() 231 uint8_t exp2_buf[HIST_BUF_SIZE]; in ZTEST() local 236 init_test_buf(exp2_buf, sizeof(exp2_buf), 10); in ZTEST() 245 z_shell_history_put(&history, exp2_buf, max_len); in ZTEST() 246 test_get(true, true, exp2_buf, max_len); in ZTEST()
|