diff options
author | Sam James <sam@gentoo.org> | 2020-10-18 18:26:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-18 18:26:33 +0000 |
commit | be347ba7155300d0f6e7899fef0b4e1f991af708 (patch) | |
tree | 9264f4875b1986e95105dc2e5716063ef36fc486 /sci-libs/adolc | |
parent | sci-libs/adolc: disable building Python bindings for now (diff) | |
download | gentoo-be347ba7155300d0f6e7899fef0b4e1f991af708.tar.gz gentoo-be347ba7155300d0f6e7899fef0b4e1f991af708.tar.bz2 gentoo-be347ba7155300d0f6e7899fef0b4e1f991af708.zip |
sci-libs/adolc: restore tests
The 'check' target isn't what one hopes it is; use
the 'test' target like before.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/adolc')
-rw-r--r-- | sci-libs/adolc/adolc-2.7.2.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-libs/adolc/adolc-2.7.2.ebuild b/sci-libs/adolc/adolc-2.7.2.ebuild index 112c7fbf7da3..395f27c53ad1 100644 --- a/sci-libs/adolc/adolc-2.7.2.ebuild +++ b/sci-libs/adolc/adolc-2.7.2.ebuild @@ -55,6 +55,12 @@ src_configure() { $(use_with sparse colpack "${EPREFIX}"/usr) } +src_test() { + # 'check' target is unrelated to checking lib works + # ('check' is more like distcheck) + emake test +} + src_install() { default use static-libs || find "${D}" -name '*.la' -type f -delete || die |