diff options
author | 2022-05-17 06:44:25 +0000 | |
---|---|---|
committer | 2022-05-17 06:45:49 +0000 | |
commit | 86a0bcad235a50769229075c60b15f410d9dba50 (patch) | |
tree | 7b478d9a06a44a34d2ed4c3e27c3867d0f719b0f /app-arch/bzip2/bzip2-1.0.8-r1.ebuild | |
parent | dev-libs/sleef: add to tree (diff) | |
download | gentoo-86a0bcad235a50769229075c60b15f410d9dba50.tar.gz gentoo-86a0bcad235a50769229075c60b15f410d9dba50.tar.bz2 gentoo-86a0bcad235a50769229075c60b15f410d9dba50.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-arch/bzip2/bzip2-1.0.8-r1.ebuild')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.8-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 |