summaryrefslogtreecommitdiff
path: root/perl-inline-c
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-07 11:10:45 +0200
committerErich Eckner <git@eckner.net>2017-09-07 11:10:45 +0200
commit1ab4f064cd38666cff27cadfe6355ab2aa94cc91 (patch)
tree1d4d5723e79df8ad5dcb36c517642c8c66b538fd /perl-inline-c
parent3ccfb78ee4cfcdd0bda1f192c230305a997c1d5c (diff)
downloadarchlinuxewe.git.save-1ab4f064cd38666cff27cadfe6355ab2aa94cc91.tar.xz
perl-inline-c: enable all tests
Diffstat (limited to 'perl-inline-c')
-rw-r--r--perl-inline-c/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/perl-inline-c/PKGBUILD b/perl-inline-c/PKGBUILD
index 6af6c1a0..72f41b68 100644
--- a/perl-inline-c/PKGBUILD
+++ b/perl-inline-c/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=perl-inline-c
pkgver=0.76
-pkgrel='5'
+pkgrel='6'
_distdir="Inline-C-${pkgver}"
pkgdesc='Perl module providing a way to write Perl subroutines in C'
arch=('any')
@@ -29,10 +29,11 @@ makedepends=(
'perl-version>=0.77'
'perl-yaml-libyaml')
checkdepends=(
- 'perl-file-copy-recursive'
- 'perl-io-all'
- 'perl-test-warn>=0.23'
- 'perl-yaml-libyaml')
+ 'perl-file-copy-recursive'
+ 'perl-io-all'
+ 'perl-test-pod'
+ 'perl-test-warn>=0.23'
+ 'perl-yaml-libyaml')
source=(http://search.cpan.org/CPAN/authors/id/I/IN/INGY/${_distdir}.tar.gz)
sha512sums=('43bf0bc6addf08c4c3347b074babdc514b1d6cee052d1124c5d9d4a4b52bd0e92ac79f8393f35252a98ef337fb18a9da47cdf545b1010b3f0d9c4b7fd9eb8c6d')
@@ -48,6 +49,8 @@ check() {
cd ${_distdir}
unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1
+ export PERL_INLINE_DEVELOPER_TEST=1
+ export RELEASE_TESTING=1
make test
}