Changeset View
Changeset View
Standalone View
Standalone View
tests/sys/netinet6/Makefile
| PACKAGE= tests | PACKAGE= tests | ||||
| TESTSDIR= ${TESTSBASE}/sys/netinet6 | TESTSDIR= ${TESTSBASE}/sys/netinet6 | ||||
| FILESDIR= ${TESTSDIR} | FILESDIR= ${TESTSDIR} | ||||
| ATF_TESTS_PYTEST= test_ip6_output.py | ATF_TESTS_PYTEST= test_ip6_output.py | ||||
| ATF_TESTS_SH= \ | ATF_TESTS_SH= exthdr \ | ||||
| exthdr \ | |||||
| mld \ | mld \ | ||||
| scapyi386 \ | scapyi386 \ | ||||
| redirect \ | redirect \ | ||||
| divert \ | divert \ | ||||
| forward6 \ | forward6 \ | ||||
| output6 \ | output6 \ | ||||
| lpm6 \ | lpm6 \ | ||||
| fibs6 \ | fibs6 \ | ||||
| ndp \ | ndp \ | ||||
| proxy_ndp | proxy_ndp | ||||
bz: There's a bit if white space noise here; given it's tests/ I won't bother but was confused for… | |||||
Done Inline ActionsSorry, this is left over from when I was going to add a new file instead of putting the test in ndp. The old formatting was a bit weird-looking so I kept the change. markj: Sorry, this is left over from when I was going to add a new file instead of putting the test in… | |||||
| TEST_METADATA.output6+= required_programs="python" | TEST_METADATA.output6+= required_programs="python" | ||||
| ${PACKAGE}FILES+= exthdr.py | ${PACKAGE}FILES+= exthdr.py \ | ||||
| ${PACKAGE}FILES+= mld.py | mld.py \ | ||||
| ${PACKAGE}FILES+= scapyi386.py | scapyi386.py \ | ||||
| ${PACKAGE}FILES+= redirect.py | ra.py \ | ||||
| redirect.py | |||||
| ${PACKAGE}FILESMODE_exthdr.py= 0555 | ${PACKAGE}FILESMODE_exthdr.py= 0555 | ||||
| ${PACKAGE}FILESMODE_mld.py= 0555 | ${PACKAGE}FILESMODE_mld.py= 0555 | ||||
| ${PACKAGE}FILESMODE_scapyi386.py=0555 | ${PACKAGE}FILESMODE_scapyi386.py=0555 | ||||
| ${PACKAGE}FILESMODE_ra.py=0555 | |||||
| ${PACKAGE}FILESMODE_redirect.py=0555 | ${PACKAGE}FILESMODE_redirect.py=0555 | ||||
| TESTS_SUBDIRS+= frag6 | TESTS_SUBDIRS+= frag6 | ||||
| .include <bsd.test.mk> | .include <bsd.test.mk> | ||||
There's a bit if white space noise here; given it's tests/ I won't bother but was confused for a moment about what changed until I realised.