ffd446110e
This isn't a classic regression test in that it doesn't have a notion of pass fail, it's more of an exercise tool. It attempts to exercise unbound, bound, unconnected, and connected variations on SOCK_DGRAM sockets.
9 lines
70 B
Makefile
9 lines
70 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= simple_send
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|