summaryrefslogtreecommitdiff
path: root/regress/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tools/Makefile')
-rw-r--r--regress/tools/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/regress/tools/Makefile b/regress/tools/Makefile
index f926d7428b5..310144d1e5f 100644
--- a/regress/tools/Makefile
+++ b/regress/tools/Makefile
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.3 2005/11/24 19:39:23 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/25 21:47:28 rillig Exp $
#
-DISTNAME= regress-tools-1.0
+DISTNAME= # not applicable
+PKGNAME= regress-tools-1.1
CATEGORIES= regress
-DISTFILES= # empty
+MASTER_SITES= # none
+DISTFILES= # none
MAINTAINER= rillig@NetBSD.org
COMMENT= Test whether the TOOLS do what I expect
+NO_CHECKSUM= yes
WRKSRC= ${WRKDIR}
-REGRESS_TESTS= awk tr
-USE_TOOLS+= awk tr
+REGRESS_TESTS= awk sort tr
+USE_TOOLS+= awk sort tr
do-build:
.for t in ${REGRESS_TESTS}
- @${_PKG_SILENT}${_PKG_DEBUG}set -e; cd ${WRKSRC:Q}; \
+ ${_PKG_SILENT}${_PKG_DEBUG}set -e; cd ${WRKSRC:Q}; \
${ECHO_MSG} "Running testsuite "${t:Q}; \
${SH} ${FILESDIR:Q}/${t:Q}-test.sh
.endfor