commit: 284aa9e1c3218b1de8c25f6ae51e7c92d6ec7c20 Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Tue Feb 20 22:20:00 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 21 02:26:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284aa9e1
sys-cluster/openmpi: wire up tests Bug: https://bugs.gentoo.org/922861 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/35452 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/openmpi/openmpi-4.1.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-cluster/openmpi/openmpi-4.1.6.ebuild b/sys-cluster/openmpi/openmpi-4.1.6.ebuild index 3961de8609ea..f97be42e62d5 100644 --- a/sys-cluster/openmpi/openmpi-4.1.6.ebuild +++ b/sys-cluster/openmpi/openmpi-4.1.6.ebuild @@ -137,6 +137,10 @@ multilib_src_compile() { emake V=1 } +multilib_src_test() { + emake -C test check +} + multilib_src_install() { default
