• [gentoo-dev] [PATCH 5/9] app-emacs/php-mode: use elisp-enable-tests

    From =?UTF-8?q?Maciej=20Bar=C4=87?=@21:1/5 to All on Tue Apr 4 17:10:02 2023
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>
    ---
    app-emacs/php-mode/php-mode-1.24.3.ebuild | 6 ++++--
    1 file changed, 4 insertions(+), 2 deletions(-)

    diff --git a/app-emacs/php-mode/php-mode-1.24.3.ebuild b/app-emacs/php-mode/php-mode-1.24.3.ebuild
    index 3b027aa01..66ad92fae 100644
    --- a/app-emacs/php-mode/php-mode-1.24.3.ebuild
    +++ b/app-emacs/php-mode/php-mode-1.24.3.ebuild
    @@ -18,8 +18,10 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
    DOCS=( ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md ../README{,.ja}.md ../docs )
    SITEFILE="50${PN}-gentoo.el"

    +elisp-enable-tests ert "${S}" -L ../tests -l ../tests/php-mode-test.el
    +
    src_test() {
    touch ../tests/project/1/.git || die
    - ${EMACS} ${EMACSFLAGS} -L . -L ../tests -l ../tests/php-mode-test.el \ - -f ert-run-tests-batch-and-exit || die "tests run failed"
    +
    + elisp_src_test
    }
    --
    2.39.2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)