mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
Move pytest wrapper to the collection of the other atf wrappers in libexec. It solves the problem of combining bits & pieces from bsd.test.mk and bgs.prog.mk to address "test binary, but not the suite binary". Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D35604 MFC after: 2 weeks
10 lines
165 B
Makefile
10 lines
165 B
Makefile
.include <src.opts.mk>
|
|
.include <bsd.init.mk>
|
|
|
|
PACKAGE= tests
|
|
PROG_CXX= atf_pytest_wrapper
|
|
SRCS= atf_pytest_wrapper.cpp
|
|
CXXSTD= c++17
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|