freebsd-dev/tests/atf_python/Makefile
Alexander V. Chernikov 3873bdc2f2 netlink: connect netlink tests to the build
Reviewed By: ngie
Differential Revision: https://reviews.freebsd.org/D37708
2022-12-16 12:02:50 +00:00

13 lines
179 B
Makefile

.include <src.opts.mk>
.PATH: ${.CURDIR}
FILES= __init__.py atf_pytest.py utils.py
SUBDIR= sys
.include <bsd.own.mk>
FILESDIR= ${TESTSBASE}/atf_python
.include <bsd.prog.mk>