ed0311bce4
Reviewed by: kp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24138
30 lines
511 B
Makefile
30 lines
511 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netinet6
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
ATF_TESTS_SH= \
|
|
exthdr \
|
|
mld \
|
|
scapyi386 \
|
|
redirect \
|
|
divert \
|
|
forward6 \
|
|
output6
|
|
|
|
${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>
|