nuttx-apps/examples/pipe
Tiago Medicci Serrano 0a9b983e90 apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs
Adjust the test considering the POSIX-compliant behavior of the
NuttX's FIFO (mkfifo), which should block `open` for read-only
and write-only. This test's result is expected to be the same with
any other POSIX-compliant system.

This commit also:

 * Fix redirect test;
 * Use pthread instead `task_create` to be able to run this test
on POSIX-compliant systems;
 * General fixes regarding formatting and error messages;
2023-04-22 01:28:25 +08:00
..
interlock_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
Kconfig
Make.defs
Makefile
pipe_main.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
pipe.h pipe: fix pipe test case failed 2022-12-20 23:39:12 +08:00
redirect_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
transfer_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00