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:           Sun Apr 30 05:23:52 UTC 2023

Modified Files:
        pkgsrc/sysutils/attr: Makefile

Log Message:
attr: add test target

114 commands (34 passed, 80 failed)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/sysutils/attr/Makefile:1.8
--- pkgsrc/sysutils/attr/Makefile:1.7   Sat Nov 12 09:10:24 2022
+++ pkgsrc/sysutils/attr/Makefile       Sun Apr 30 05:23:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/11/12 09:10:24 nikita Exp $
+# $NetBSD: Makefile,v 1.8 2023/04/30 05:23:52 wiz Exp $
 
 ATTR_VERS=     2.4.47
 PKGNAME=       attr-${ATTR_VERS}
@@ -14,11 +14,16 @@ LICENSE=    gnu-gpl-v2
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake msgfmt
+USE_TOOLS+=            gmake msgfmt perl:test
 USE_LIBTOOL=           yes
 BUILD_TARGET=          default
 INSTALL_SH_OVERRIDE=   no
 
+# 114 commands (34 passed, 80 failed)
+TEST_TARGET=           tests
+REPLACE_PERL+=         test/run
+REPLACE_PERL+=         test/sort-getfattr-output
+
 LDFLAGS.Darwin+=       -lintl
 LDFLAGS.NetBSD+=       -lintl
 



Home | Main Index | Thread Index | Old Index