pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/regress/make-quoting Changed the test so that it also ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/158cdf240470
branches:  trunk
changeset: 512588:158cdf240470
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 11 23:10:50 2006 +0000

description:
Changed the test so that it also works by running "make && make clean"
in this directory. Currently the test fails because the wrapped echo(1)
is broken.

diffstat:

 regress/make-quoting/Makefile |  7 ++++++-
 regress/make-quoting/spec     |  4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 525428894258 -r 158cdf240470 regress/make-quoting/Makefile
--- a/regress/make-quoting/Makefile     Thu May 11 22:13:19 2006 +0000
+++ b/regress/make-quoting/Makefile     Thu May 11 23:10:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/08/01 00:40:30 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/11 23:10:50 rillig Exp $
 #
 
 DISTNAME=      regress-make-1.0
@@ -11,6 +11,11 @@
 REGRESS_TESTS= continue dblquote for ltarget nestfor quoting sglquote  \
        vtarget bug1 bug2
 
+WRKSRC=                ${WRKDIR}
+
+do-build: do-regress
+       @${DO_NADA}
+
 do-regress:
 .for t in ${REGRESS_TESTS}
        @${_PKG_SILENT}${_PKG_DEBUG}                                    \
diff -r 525428894258 -r 158cdf240470 regress/make-quoting/spec
--- a/regress/make-quoting/spec Thu May 11 22:13:19 2006 +0000
+++ b/regress/make-quoting/spec Thu May 11 23:10:50 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: spec,v 1.2 2005/05/19 10:59:10 rillig Exp $
+# $NetBSD: spec,v 1.3 2006/05/11 23:10:50 rillig Exp $
 #
 
-MAKEARGS_TEST=do-regress
+MAKEARGS_TEST=build
 MAKEARGS_CLEAN=clean
 
 check_result() {



Home | Main Index | Thread Index | Old Index