This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1f3aded066
freebsd-dev
/
tools
/
regression
/
sockets
/
accf_data_attach
/
Makefile
10 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
Simple attachment regression test to attach the "accf_data" accept filter to an inet socket and check at various points during the socket life cycle that the filter can or cannot be attached, and that once attached that the right one is attached and that it can be queried.
2004-07-26 03:53:47 +00:00
#
# $FreeBSD$
#
PROG
=
accf_data_attach
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
2014-04-13 05:21:56 +00:00
MAN
=
Fix -Wunused warnings, bump WARNS to 6 The testcase fails today on subtest # 9 The output is still broken if prove -rv is run and the testcase aborts prematurely (the testcase doesn't really conform to TAP protocol properly, except when it completes fully) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
2015-04-10 07:59:46 +00:00
WARNS
?=
6
Simple attachment regression test to attach the "accf_data" accept filter to an inet socket and check at various points during the socket life cycle that the filter can or cannot be attached, and that once attached that the right one is attached and that it can be queried.
2004-07-26 03:53:47 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink