]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
testing: move atf-pytest-wrapper to /usr/libexec
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Sun, 26 Jun 2022 11:46:37 +0000 (11:46 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Fri, 13 Jan 2023 21:24:10 +0000 (21:24 +0000)
commit8a923023113f10af96fd783877dd1f1eb8515e3e
tree17ca2d453a428272d8cdb89568060cd4e27c2214
parentcd1618ad949aa38eead79d628cc89f4308c96b38
testing: move atf-pytest-wrapper to /usr/libexec

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

(cherry picked from commit 924226fba12cc9a228c73b956e1b7fa24c60b055)
etc/mtree/BSD.tests.dist
libexec/atf/Makefile
libexec/atf/atf-pytest-wrapper/Makefile [moved from tests/freebsd_test_suite/Makefile with 73% similarity]
libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp [moved from tests/freebsd_test_suite/atf_pytest_wrapper.cpp with 100% similarity]
share/mk/atf.test.mk
tests/Makefile