]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/net/Makefile
ssh: update to OpenSSH 9.1p1
[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
18 TESTS_SUBDIRS+= if_ovpn
19 TESTS_SUBDIRS+= routing
20
21 # The tests are written to be run in parallel, but doing so leads to random
22 # panics.  I think it's because the kernel's list of interfaces isn't properly
23 # locked.
24 TEST_METADATA+= is_exclusive=true
25
26 ${PACKAGE}FILES+=       \
27                 dhclient_pcp.conf \
28                 pcp.py \
29                 stp.py
30
31 ${PACKAGE}FILESMODE_pcp.py=             0555
32 ${PACKAGE}FILESMODE_stp.py=             0555
33
34 MAN=
35 PROGS+=         randsleep
36
37 CFLAGS+=        -I${.CURDIR:H:H}
38
39 .include <bsd.test.mk>