From 86a0bcad235a50769229075c60b15f410d9dba50 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 17 May 2022 06:44:25 +0000 Subject: app-arch/bzip2: run test suite The Makefile in the builddir lacks a check target so we'd silently skip it before. Signed-off-by: Sam James --- app-arch/bzip2/bzip2-1.0.8-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-arch/bzip2/bzip2-1.0.8-r1.ebuild b/app-arch/bzip2/bzip2-1.0.8-r1.ebuild index a3ee12f8c36c..62a13959bff9 100644 --- a/app-arch/bzip2/bzip2-1.0.8-r1.ebuild +++ b/app-arch/bzip2/bzip2-1.0.8-r1.ebuild @@ -67,6 +67,11 @@ multilib_src_compile() { bemake -f "${S}"/Makefile all LDFLAGS="${LDFLAGS} $(usex static -static '')" } +multilib_src_test() { + cp "${S}"/sample* "${BUILD_DIR}" || die + bemake -f "${S}"/Makefile check +} + multilib_src_install() { into /usr -- cgit v1.2.3-65-gdbad