zephyr/tests/kernel/pipe
Robin Kastberg 20360ce95b tests: kernel: Don't use VLA in pipe_api test.
In the current pipe_api test file we inadvertantly use VLA.
Toolchains are allowed by standard to allocate VLA on
heap for example. Therefore in my opinion we shouldn't
use VLA atleast in kernel+kernel tests.

Signed-off-by: Robin Kastberg <robin.kastberg@iar.com>
2025-02-05 14:57:49 +01:00
..
deprecated tests: kernel: pipe: deprecated: Fix test wrongly passing paramater 2025-01-28 12:00:34 +01:00
pipe_api tests: kernel: Don't use VLA in pipe_api test. 2025-02-05 14:57:49 +01:00