diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-16 09:09:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-16 09:09:24 +0000 |
commit | d165c55fc57122caff005f8af54cb6a756ec9ca9 (patch) | |
tree | 762ca63084b2b5001c3037dccd183ae7c78d0a99 /regress | |
parent | dab837b0e38777d853616bcdf14424390b7f48c4 (diff) | |
download | pkgsrc-d165c55fc57122caff005f8af54cb6a756ec9ca9.tar.gz |
Added the ``order'' testcase, which works since bsd.options.mk, revision
1.22.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/pkg-options/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/pkg-options/Makefile b/regress/pkg-options/Makefile index fa7bfc7119c..9b9ce2b4fd0 100644 --- a/regress/pkg-options/Makefile +++ b/regress/pkg-options/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/16 00:09:03 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/16 09:09:24 rillig Exp $ # DISTNAME= regress-pkg-options-1.0 @@ -8,7 +8,7 @@ DISTFILES= # empty MAINTAINER= rillig@NetBSD.org COMMENT= Test bsd.options.mk framework -REGRESS_TESTS= simple +REGRESS_TESTS= order simple do-test: .for t in ${REGRESS_TESTS} |