commit: 3b67cb43586128cbb2b96cd53571bf6521122180 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Mon Sep 12 15:08:02 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 27 21:43:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b67cb43
app-text/dblatex: enable tests Bug: https://bugs.gentoo.org/766186 Closes: https://github.com/gentoo/gentoo/pull/27224 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/dblatex/dblatex-0.3.12.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild index 122c894d4188..067205a95c9c 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12.ebuild @@ -58,3 +58,7 @@ python_install_all() { # Move package documentation to a folder name containing version number mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die } + +python_test_all() { + emake -C tests/mathml +}
