aa32159686
to then try to reproduce a kernel panic, which turned out to be a race condition and hard to test from here. Commit the changes anywhere as the "bind zero" case was a surprise to me and we should try to maintain this status. Also it is easy examples someone can build upon. With help from: markj Event: Waterloo Hackathon 2019
19 lines
244 B
Makefile
19 lines
244 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netinet
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
ATF_TESTS_C= ip_reass_test \
|
|
so_reuseport_lb_test \
|
|
socket_afinet
|
|
|
|
ATF_TESTS_SH= fibs_test
|
|
|
|
PROGS= udp_dontroute tcp_user_cookie
|
|
|
|
MAN=
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|