commit:     be347ba7155300d0f6e7899fef0b4e1f991af708
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 18:26:20 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 18:26:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be347ba7

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 <AT> gentoo.org>

 sci-libs/adolc/adolc-2.7.2.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sci-libs/adolc/adolc-2.7.2.ebuild 
b/sci-libs/adolc/adolc-2.7.2.ebuild
index 112c7fbf7da..395f27c53ad 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

Reply via email to