1# $NetBSD: Makefile,v 1.41 2022/11/17 08:45:35 ozaki-r Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/net
6
7TESTS_SUBDIRS=		fdpass in_cksum net sys
8.if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
9TESTS_SUBDIRS+=		altq arp bpf bpfilter can carp icmp if if_bridge if_gif
10TESTS_SUBDIRS+=		if_ipsec if_l2tp if_lagg if_loop if_pppoe if_tap
11TESTS_SUBDIRS+=		if_tun if_vether if_vlan if_wg inpcb ipsec mcast mpls
12TESTS_SUBDIRS+=		ndp npf route tcp
13.if (${MKSLJIT} != "no")
14TESTS_SUBDIRS+=		bpfjit
15.endif
16.endif
17
18.include <bsd.test.mk>
19