diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-08 00:14:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-08 00:14:33 +0000 |
commit | faf809dd2ab5ca1734aea2a0b35a23a786ba407e (patch) | |
tree | 72404eb0d05997c4738f47cb56498ef6c36c2c9f /archivers | |
parent | e459f5c254cd76045cc9284a3728c2beb30ac4cf (diff) | |
download | pkgsrc-faf809dd2ab5ca1734aea2a0b35a23a786ba407e.tar.gz |
Add test target.
For me, on 7.99.4/amd64, I get:
Totals:
Tests run: 310
Tests failed: 6
Assertions checked:20371764
Assertions failed: 7
Skips reported: 62
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile.common b/archivers/libarchive/Makefile.common index 29cbc493736..3735b706d5c 100644 --- a/archivers/libarchive/Makefile.common +++ b/archivers/libarchive/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2015/01/17 12:44:47 adam Exp $ +# $NetBSD: Makefile.common,v 1.2 2015/02/08 00:14:33 wiz Exp $ # used by archivers/bsdtar/Makefile # used by archivers/libarchive/Makefile @@ -11,6 +11,7 @@ MAINTAINER?= joerg@NetBSD.org HOMEPAGE= http://www.libarchive.org/ LICENSE= 2-clause-bsd +TEST_TARGET= check GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-expat CONFIGURE_ARGS+= --without-lzo2 |