blob: 6b7c39948b0a61a82d8fd732de6ec6fa06838589 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.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>
|