freebsd/tests/atf_python/Makefile

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>