pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/attr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 13 19:31:30 UTC 2024

Modified Files:
        pkgsrc/sysutils/attr: Makefile

Log Message:
attr: add test tools and status


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/attr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/attr/Makefile
diff -u pkgsrc/sysutils/attr/Makefile:1.9 pkgsrc/sysutils/attr/Makefile:1.10
--- pkgsrc/sysutils/attr/Makefile:1.9   Sat Jan 13 19:30:47 2024
+++ pkgsrc/sysutils/attr/Makefile       Sat Jan 13 19:31:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/01/13 19:30:47 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/13 19:31:30 wiz Exp $
 
 DISTNAME=      attr-2.5.1
 CATEGORIES=    sysutils
@@ -11,8 +11,14 @@ COMMENT=     Commands for Manipulating Files
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            autoconf automake autopoint autoreconf gmake msgfmt
+USE_TOOLS+=            autoconf automake autopoint autoreconf gmake msgfmt perl:test
 USE_LIBTOOL=           yes
+# first test part:
+# 119 commands (88 passed, 31 failed)
+# second test part (only run as root):
+# 30 commands (15 passed, 15 failed)
+TEST_TARGET=           check
+REPLACE_PERL+=         test/run
 
 PKGCONFIG_OVERRIDE+=   libattr.pc.in
 INSTALLATION_DIRS+=    share/examples/attr



Home | Main Index | Thread Index | Old Index