Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/
Date: Tue, 17 May 2022 06:45:59
Message-Id: 1652769949.86a0bcad235a50769229075c60b15f410d9dba50.sam@gentoo
1 commit: 86a0bcad235a50769229075c60b15f410d9dba50
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 06:44:25 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 06:45:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a0bcad
7
8 app-arch/bzip2: run test suite
9
10 The Makefile in the builddir lacks a check target
11 so we'd silently skip it before.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-arch/bzip2/bzip2-1.0.8-r1.ebuild | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/app-arch/bzip2/bzip2-1.0.8-r1.ebuild b/app-arch/bzip2/bzip2-1.0.8-r1.ebuild
19 index a3ee12f8c36c..62a13959bff9 100644
20 --- a/app-arch/bzip2/bzip2-1.0.8-r1.ebuild
21 +++ b/app-arch/bzip2/bzip2-1.0.8-r1.ebuild
22 @@ -67,6 +67,11 @@ multilib_src_compile() {
23 bemake -f "${S}"/Makefile all LDFLAGS="${LDFLAGS} $(usex static -static '')"
24 }
25
26 +multilib_src_test() {
27 + cp "${S}"/sample* "${BUILD_DIR}" || die
28 + bemake -f "${S}"/Makefile check
29 +}
30 +
31 multilib_src_install() {
32 into /usr