From be347ba7155300d0f6e7899fef0b4e1f991af708 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 18 Oct 2020 18:26:20 +0000 Subject: 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 --- sci-libs/adolc/adolc-2.7.2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sci-libs') 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 -- cgit v1.2.3-65-gdbad