diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-20 17:20:00 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-21 02:26:57 +0000 |
commit | 284aa9e1c3218b1de8c25f6ae51e7c92d6ec7c20 (patch) | |
tree | 4f836e233495f0beff298dca00986b91a279090f /sys-cluster/openmpi | |
parent | app-shells/starship: Stabilize 1.17.1 amd64, #925117 (diff) | |
download | gentoo-284aa9e1c3218b1de8c25f6ae51e7c92d6ec7c20.tar.gz gentoo-284aa9e1c3218b1de8c25f6ae51e7c92d6ec7c20.tar.bz2 gentoo-284aa9e1c3218b1de8c25f6ae51e7c92d6ec7c20.zip |
sys-cluster/openmpi: wire up tests
Bug: https://bugs.gentoo.org/922861
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/35452
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/openmpi')
-rw-r--r-- | sys-cluster/openmpi/openmpi-4.1.6.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |