This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-21 14:17:06 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
tools
/
regression
/
fifo
/
fifo_misc
/
Makefile
8 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add fifo_misc, a regression test to hold misc. functional tests for fifos that don't obviously fit into create, open, and io. For now, add only a regression test to make sure that lseek() fails with ESPIPE (which it doesn't).
2005-09-12 07:58:14 -04:00
# $FreeBSD$
PROG
=
fifo_misc
NO_MAN
=
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 07:51:14 -04:00
WARNS
?=
3
Add fifo_misc, a regression test to hold misc. functional tests for fifos that don't obviously fit into create, open, and io. For now, add only a regression test to make sure that lseek() fails with ESPIPE (which it doesn't).
2005-09-12 07:58:14 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink