diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-19 10:59:10 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-19 10:59:10 +0000 |
commit | 7818e38937bcf816258cee4490cf198a3024fe84 (patch) | |
tree | 3593909e3591bb945cc1253dcb189f7b256d92c9 /regress | |
parent | a3370ff3252ae017cdf63cc6980f1b07515147a6 (diff) | |
download | pkgsrc-7818e38937bcf816258cee4490cf198a3024fe84.tar.gz |
Simplified how the testcases are invoked.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/make-quoting/Makefile | 8 | ||||
-rw-r--r-- | regress/make-quoting/spec | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/regress/make-quoting/Makefile b/regress/make-quoting/Makefile index d3ea47bd3ef..022f676b5dd 100644 --- a/regress/make-quoting/Makefile +++ b/regress/make-quoting/Makefile @@ -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 @@ COMMENT= Test Makefile quoting 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 --git a/regress/make-quoting/spec b/regress/make-quoting/spec index 6fb91fd1bab..d976cce7a83 100644 --- a/regress/make-quoting/spec +++ b/regress/make-quoting/spec @@ -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() { |