pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lzlib lzlib: add a TEST_TARGET directive.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b72a0c7c6e2b
branches:  trunk
changeset: 388105:b72a0c7c6e2b
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sun Nov 13 16:13:16 2022 +0000

description:
lzlib: add a TEST_TARGET directive.

diffstat:

 archivers/lzlib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 6f64a8a66900 -r b72a0c7c6e2b archivers/lzlib/Makefile
--- a/archivers/lzlib/Makefile  Sun Nov 13 15:45:15 2022 +0000
+++ b/archivers/lzlib/Makefile  Sun Nov 13 16:13:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/10/24 07:46:20 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/13 16:13:16 fcambus Exp $
 
 DISTNAME=      lzlib-1.13
 CATEGORIES=    archivers devel
@@ -17,4 +17,6 @@
 
 CONFIGURE_ARGS+=       --prefix=${PREFIX} --infodir=${PREFIX}/${PKGINFODIR} --enable-shared
 
+TEST_TARGET=   check
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index