]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netinet6/Makefile
unbound: Vendor import 1.17.1
[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_PYTEST=       test_ip6_output.py
9 ATF_TESTS_SH=                   \
10                                 exthdr \
11                                 mld \
12                                 scapyi386 \
13                                 redirect \
14                                 divert \
15                                 forward6 \
16                                 output6 \
17                                 lpm6 \
18                                 fibs6 \
19                                 ndp \
20                                 proxy_ndp
21 TEST_METADATA.output6+= required_programs="python"
22
23 ${PACKAGE}FILES+=               exthdr.py
24 ${PACKAGE}FILES+=               mld.py
25 ${PACKAGE}FILES+=               scapyi386.py
26 ${PACKAGE}FILES+=               redirect.py
27
28 ${PACKAGE}FILESMODE_exthdr.py=  0555
29 ${PACKAGE}FILESMODE_mld.py=     0555
30 ${PACKAGE}FILESMODE_scapyi386.py=0555
31 ${PACKAGE}FILESMODE_redirect.py=0555
32
33 TESTS_SUBDIRS+= frag6
34
35 .include <bsd.test.mk>