freebsd-src/tests/atf_python/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
204 B
Makefile
Raw Normal View History

.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>