freebsd-dev/tools/regression/netinet/msocket/Makefile
Robert Watson b7b85f242e Add a simple multicast socket regression test set:
- Test that the basic socket options have the right defaults, that we can
  change them, read them back, etc.

- Add and remove some multicast addresses.

- Send a loopback multicast address and make sure it arrives intact.

There's more that could be done here, but it's a start.

MFC after:	3 days
2005-07-22 19:36:29 +00:00

8 lines
75 B
Makefile

# $FreeBSD$
PROG= msocket
NO_MAN=
CFLAGS+= -Wall
.include <bsd.prog.mk>