Add fifo_io, a regression test for I/O operations on POSIX fifos. We

currently can't pass this regression test due to broken poll() and
select() support for fifos, but past the basic I/O operation tests.
This commit is contained in:
rwatson 2005-09-12 09:42:29 +00:00
parent 4e50b9ebd8
commit 073fb90c59
2 changed files with 1259 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# $FreeBSD$
PROG= fifo_io
NO_MAN=
WARNS= 3
.include <bsd.prog.mk>

File diff suppressed because it is too large Load Diff