]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netinet6/Makefile
dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5
[FreeBSD/FreeBSD.git] / tests / sys / netinet6 / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/netinet6
6 FILESDIR=       ${TESTSDIR}
7
8 ATF_TESTS_SH=                   \
9                                 exthdr \
10                                 mld \
11                                 scapyi386 \
12                                 redirect \
13                                 divert
14
15 ${PACKAGE}FILES+=               exthdr.py
16 ${PACKAGE}FILES+=               mld.py
17 ${PACKAGE}FILES+=               scapyi386.py
18 ${PACKAGE}FILES+=               redirect.py
19
20 ${PACKAGE}FILESMODE_exthdr.py=  0555
21 ${PACKAGE}FILESMODE_mld.py=     0555
22 ${PACKAGE}FILESMODE_scapyi386.py=0555
23 ${PACKAGE}FILESMODE_redirect.py=0555
24
25 TESTS_SUBDIRS+= frag6
26
27 .include <bsd.test.mk>