aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python/Makefile
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2022-12-16 12:02:17 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2022-12-16 12:02:50 +0000
commit3873bdc2f28f6aab6b426ccb6c85ab2a41483264 (patch)
treefcbb252c9e05b56c4f0fa2237d8c3fde7876fd6e /tests/atf_python/Makefile
parent69542f26820b7edb8351398b36edda5299c1db56 (diff)
downloadsrc-3873bdc2f28f6aab6b426ccb6c85ab2a41483264.tar.gz
src-3873bdc2f28f6aab6b426ccb6c85ab2a41483264.zip
netlink: connect netlink tests to the build
Reviewed By: ngie Differential Revision: https://reviews.freebsd.org/D37708
Diffstat (limited to 'tests/atf_python/Makefile')
-rw-r--r--tests/atf_python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atf_python/Makefile b/tests/atf_python/Makefile
index 26d419743257..1a2fec387eda 100644
--- a/tests/atf_python/Makefile
+++ b/tests/atf_python/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}
-FILES= __init__.py atf_pytest.py
+FILES= __init__.py atf_pytest.py utils.py
SUBDIR= sys
.include <bsd.own.mk>