freebsd-dev/tools/regression/netipx/spxabort/Makefile
Robert Watson 416c476c47 Add spxabort, a simple netipx/spx regression test that triggers
pru_abort() by closing a listen socket while completed connections are
presenting in its listen queue.  Unfortunately, it's difficult to
trigger the other two pru_abort() cases using user APIs, so they are
not covered by this test.
2006-03-27 00:03:37 +00:00

13 lines
105 B
Makefile

#
# $FreeBSD$
#
PROG= spxabort
NO_MAN=
DPADD= ${LIBIPX};
LDADD= -lipx
WARNS= 3
.include <bsd.prog.mk>