opnsense-src/tests/sys/netinet6/Makefile
Alexander V. Chernikov a6daf4d500 Add arp/ndp tests in addition to rtsock ll tests.
(cherry picked from commit f17f94cd1b)
2021-08-24 09:02:15 +02:00

33 lines
595 B
Makefile

# $FreeBSD$
PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/netinet6
FILESDIR= ${TESTSDIR}
ATF_TESTS_SH= \
exthdr \
mld \
scapyi386 \
redirect \
divert \
forward6 \
output6 \
lpm6 \
fibs6 \
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>