freebsd-src/tests/atf_python/Makefile
Emmanuel Vadot 944223076f pkgbase: Put atf_python files in FreeBSD-tests
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2023-10-12 20:15:03 +02:00

15 lines
204 B
Makefile

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