diff options
author | matoro <matoro@users.noreply.github.com> | 2022-09-12 11:08:02 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-27 22:43:47 +0100 |
commit | 3b67cb43586128cbb2b96cd53571bf6521122180 (patch) | |
tree | 67bf5802891918db2313a18ab73b57e062f7b712 /app-text | |
parent | profiles/arch/arm64: remove net-fs/samba[ads] stable mask (diff) | |
download | gentoo-3b67cb43586128cbb2b96cd53571bf6521122180.tar.gz gentoo-3b67cb43586128cbb2b96cd53571bf6521122180.tar.bz2 gentoo-3b67cb43586128cbb2b96cd53571bf6521122180.zip |
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.12.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |