NetBSD/tests/net/Makefile

18 lines
487 B
Makefile
Raw Normal View History

2018-01-10 14:06:06 +03:00
# $NetBSD: Makefile,v 1.34 2018/01/10 11:06:06 knakahara Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/net
TESTS_SUBDIRS= fdpass in_cksum net sys
.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
TESTS_SUBDIRS+= arp bpf bpfilter can carp icmp if if_bridge if_gif
2018-01-10 14:06:06 +03:00
TESTS_SUBDIRS+= if_ipsec if_l2tp if_loop if_pppoe if_tap if_tun ipsec
TESTS_SUBDIRS+= mcast mpls ndp npf route if_vlan
.if (${MKSLJIT} != "no")
TESTS_SUBDIRS+= bpfjit
.endif
2012-08-08 17:57:05 +04:00
.endif
.include <bsd.test.mk>