This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7d3cbdadf
freebsd-nq
/
tools
/
regression
/
fifo
/
fifo_io
/
Makefile
8 lines
69 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2005-09-12 09:42:29 +00:00
# $FreeBSD$
PROG
=
fifo_io
NO_MAN
=
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 11:51:14 +00:00
WARNS
?=
3
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.
2005-09-12 09:42:29 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink