mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 944223076fbcb681a8eb3e118ddafab79b21ac3d)
14 lines
204 B
Makefile
14 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>
|