mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
944223076f
Sponsored by: Beckhoff Automation GmbH & Co. KG
15 lines
204 B
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>
|