xref: /freebsd/tests/atf_python/Makefile (revision 944223076fbcb681a8eb3e118ddafab79b21ac3d)
1.include <src.opts.mk>
2
3.PATH:	${.CURDIR}
4
5PACKAGE=	tests
6
7FILES=	__init__.py atf_pytest.py ktest.py utils.py
8SUBDIR=	sys
9
10.include <bsd.own.mk>
11FILESDIR=	${TESTSBASE}/atf_python
12
13
14.include <bsd.prog.mk>
15