summaryrefslogtreecommitdiff
path: root/regress/pkg-options
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-16 09:09:24 +0000
committerrillig <rillig>2005-05-16 09:09:24 +0000
commit257dfbf557132b0ec8f599e7aa419b64f29e0bc5 (patch)
tree762ca63084b2b5001c3037dccd183ae7c78d0a99 /regress/pkg-options
parent015e2cd7c177e76a528325dfff72411c64446cbb (diff)
downloadpkgsrc-257dfbf557132b0ec8f599e7aa419b64f29e0bc5.tar.gz
Added the ``order'' testcase, which works since bsd.options.mk, revision
1.22.
Diffstat (limited to 'regress/pkg-options')
-rw-r--r--regress/pkg-options/Makefile4
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}