git: 944223076fbc - main - pkgbase: Put atf_python files in FreeBSD-tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Oct 2023 18:15:14 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=944223076fbcb681a8eb3e118ddafab79b21ac3d commit 944223076fbcb681a8eb3e118ddafab79b21ac3d Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-10-12 17:41:38 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-10-12 18:15:03 +0000 pkgbase: Put atf_python files in FreeBSD-tests Sponsored by: Beckhoff Automation GmbH & Co. KG --- tests/atf_python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/atf_python/Makefile b/tests/atf_python/Makefile index 889cdcdf9592..6b7c39948b0a 100644 --- a/tests/atf_python/Makefile +++ b/tests/atf_python/Makefile @@ -2,6 +2,8 @@ .PATH: ${.CURDIR} +PACKAGE= tests + FILES= __init__.py atf_pytest.py ktest.py utils.py SUBDIR= sys