aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netinet6/Makefile
blob: a4b6aa553b1df1ba72800c4c9fc71735991b75c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

PACKAGE=	tests

TESTSDIR=	${TESTSBASE}/sys/netinet6
FILESDIR=	${TESTSDIR}

ATF_TESTS_SH=			\
				exthdr \
				mld \
				scapyi386 \
				redirect \
				divert \
				forward6 \
				output6 \
				lpm6 \
				fibs6 \
				ndp \
				proxy_ndp
TEST_METADATA.output6+=	required_programs="python"

${PACKAGE}FILES+=		exthdr.py
${PACKAGE}FILES+=		mld.py
${PACKAGE}FILES+=		scapyi386.py
${PACKAGE}FILES+=		redirect.py

${PACKAGE}FILESMODE_exthdr.py=	0555
${PACKAGE}FILESMODE_mld.py=	0555
${PACKAGE}FILESMODE_scapyi386.py=0555
${PACKAGE}FILESMODE_redirect.py=0555

TESTS_SUBDIRS+=	frag6

.include <bsd.test.mk>