t='cgit '/>
summaryrefslogtreecommitdiff
path: root/tests/net/net/Makefile
AgeCommit message (Collapse)Author
2015-11-12Add tests of IPv6 link local addressozaki-r
From s-yamaguchi@IIJ
2015-10-07Add tests for assigining/deleting IP addressesozaki-r
The tests help to find defects related to creation/deletion of routes/llentries and assigning/deleting of IP addresses.
2015-08-06Add basic tests for IPv6 Address Lifetime Expiryozaki-r
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2015-05-20MKRUMP=no fixes (Robert Swindells)christos
2015-05-13Add basic tests for IP forwardingozaki-r
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
so we also need -lrump after -lrumpuser. Fixes build for sun2.
2013-10-12new test to check if non-blocking sockets are reset to blocking on thechristos
accepted file descriptor.
2013-07-03Enable tests which does not require rump if MKRUMP=no.nakayama
Pointed out by christos on source-changes-d.
2013-06-27add a pktinfo testchristos
2013-01-06new udp testchristos
2011-09-28add back the raw test and fix typo in the libraries.christos
2011-09-28Add a unix socket pathname size limit test.christos
2011-01-11add test for PR kern/44369pooka