diff options
author | rillig <rillig> | 2005-05-19 10:59:10 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-19 10:59:10 +0000 |
commit | 5e735cb9f710a86dbd25c0ea1ac188a713361b22 (patch) | |
tree | 3593909e3591bb945cc1253dcb189f7b256d92c9 /regress | |
parent | 5c709d9825af38c0c690a26d46eafada3968598a (diff) | |
download | pkgsrc-5e735cb9f710a86dbd25c0ea1ac188a713361b22.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() { |