pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/regress/make-quoting Simplified how the testcases are ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d84c8340aec
branches: trunk
changeset: 494099:4d84c8340aec
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu May 19 10:59:10 2005 +0000
description:
Simplified how the testcases are invoked.
diffstat:
regress/make-quoting/Makefile | 8 ++------
regress/make-quoting/spec | 4 ++--
2 files changed, 4 insertions(+), 8 deletions(-)
diffs (35 lines):
diff -r dc0c670d96a3 -r 4d84c8340aec regress/make-quoting/Makefile
--- a/regress/make-quoting/Makefile Thu May 19 10:30:42 2005 +0000
+++ b/regress/make-quoting/Makefile Thu May 19 10:59:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/05/15 22:50:13 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/19 10:59:10 rillig Exp $
#
DISTNAME= regress-make-1.0
@@ -11,11 +11,7 @@
REGRESS_TESTS= continue dblquote for ltarget nestfor quoting sglquote \
vtarget bug1
-do-extract:
- @${_PKG_SILENT}${_PKG_DEBUG} \
- ${MKDIR} ${WRKSRC:Q}
-
-do-build:
+do-regress:
.for t in ${REGRESS_TESTS}
@${_PKG_SILENT}${_PKG_DEBUG} \
${ECHO_MSG} "Running testcase "${t:Q}; \
diff -r dc0c670d96a3 -r 4d84c8340aec regress/make-quoting/spec
--- a/regress/make-quoting/spec Thu May 19 10:30:42 2005 +0000
+++ b/regress/make-quoting/spec Thu May 19 10:59:10 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: spec,v 1.1.1.1 2005/05/15 21:10:16 rillig Exp $
+# $NetBSD: spec,v 1.2 2005/05/19 10:59:10 rillig Exp $
#
-MAKEARGS_TEST=build
+MAKEARGS_TEST=do-regress
MAKEARGS_CLEAN=clean
check_result() {
Home |
Main Index |
Thread Index |
Old Index