tests: move atf_python/sys/ into the tests package

Reviewed by:	markj
MFC after:	1 week
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1174
This commit is contained in:
Lexi Winter
2024-04-16 12:18:23 +01:00
committed by Mark Johnston
parent 2cb0fce24d
commit e1e636193d
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} .PATH: ${.CURDIR}
PACKAGE=tests
FILES= __init__.py FILES= __init__.py
SUBDIR= net netlink netpfil SUBDIR= net netlink netpfil
+1
View File
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} .PATH: ${.CURDIR}
PACKAGE=tests
FILES= __init__.py rtsock.py tools.py vnet.py FILES= __init__.py rtsock.py tools.py vnet.py
.include <bsd.own.mk> .include <bsd.own.mk>
+1
View File
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} .PATH: ${.CURDIR}
PACKAGE=tests
FILES= __init__.py attrs.py base_headers.py message.py netlink.py \ FILES= __init__.py attrs.py base_headers.py message.py netlink.py \
netlink_generic.py netlink_route.py utils.py netlink_generic.py netlink_route.py utils.py
+1
View File
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} .PATH: ${.CURDIR}
PACKAGE=tests
FILES= __init__.py FILES= __init__.py
SUBDIR= ipfw SUBDIR= ipfw
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} .PATH: ${.CURDIR}
PACKAGE=tests
FILES= __init__.py insns.py insn_headers.py ioctl.py ioctl_headers.py \ FILES= __init__.py insns.py insn_headers.py ioctl.py ioctl_headers.py \
ipfw.py utils.py ipfw.py utils.py