]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/net/Makefile
MFV: zlib 1.2.13.
[FreeBSD/FreeBSD.git] / tests / sys / net / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/net
6 BINDIR=         ${TESTSDIR}
7
8 ATF_TESTS_C+=   if_epair
9 ATF_TESTS_SH+=  if_bridge_test
10 TEST_METADATA.if_bridge_test+=  required_programs="python"
11 ATF_TESTS_SH+=  if_clone_test
12 ATF_TESTS_SH+=  if_gif
13 ATF_TESTS_SH+=  if_lagg_test
14 ATF_TESTS_SH+=  if_stf
15 ATF_TESTS_SH+=  if_tun_test
16 ATF_TESTS_SH+=  if_vlan
17 ATF_TESTS_SH+=  if_wg
18
19 TESTS_SUBDIRS+= if_ovpn
20 TESTS_SUBDIRS+= routing
21
22 # The tests are written to be run in parallel, but doing so leads to random
23 # panics.  I think it's because the kernel's list of interfaces isn't properly
24 # locked.
25 TEST_METADATA+= is_exclusive=true
26
27 ${PACKAGE}FILES+=       \
28                 dhclient_pcp.conf \
29                 pcp.py \
30                 stp.py
31
32 ${PACKAGE}FILESMODE_pcp.py=             0555
33 ${PACKAGE}FILESMODE_stp.py=             0555
34
35 MAN=
36 PROGS+=         randsleep
37
38 CFLAGS+=        -I${.CURDIR:H:H}
39
40 .include <bsd.test.mk>