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 06:07:31 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6318052d9e
opnsense-src
/
tools
/
regression
/
sockets
/
unix_socket
/
Makefile
8 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add simple regression tests that creates UNIX domain sockets using socket() and socketpair() of SOCK_STREAM and SOCK_DGRAM types. It also confirms that SOCK_RAW fails.
2006-04-09 10:30:11 -04:00
# $FreeBSD$
PROG
=
unix_socket
NO_MAN
=
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 07:51:14 -04:00
WARNS
?=
3
Add simple regression tests that creates UNIX domain sockets using socket() and socketpair() of SOCK_STREAM and SOCK_DGRAM types. It also confirms that SOCK_RAW fails.
2006-04-09 10:30:11 -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