zephyr/tests/kernel/pipe/pipe_api
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
..
src tests: kernel: Don't use VLA in pipe_api test. 2025-02-05 14:57:49 +01:00
CMakeLists.txt
prj.conf
testcase.yaml