Signed-off-by: Maciej Barć <x...@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