mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
27 lines
482 B
Makefile
27 lines
482 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netinet6
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
ATF_TESTS_SH= \
|
|
exthdr \
|
|
mld \
|
|
scapyi386 \
|
|
redirect \
|
|
divert
|
|
|
|
${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>
|