diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-28 12:16:43 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-28 12:16:43 +0000 |
commit | 49472fc36630021f139ff5e9a0521fc65b2e4e10 (patch) | |
tree | 8ee8ae13711913ad3dc0cd7230730cf499af125e /regress/pkg-options/Makefile | |
parent | 7940fef51ded34391d7867916b96e74ce805fa6e (diff) | |
download | pkgsrc-49472fc36630021f139ff5e9a0521fc65b2e4e10.tar.gz |
two new test cases:
- all: test overrides and PKG_LEGACY_VARS
- unsupported: test that unsupported option in PKG_OPTIONS.xxx causes failure
Diffstat (limited to 'regress/pkg-options/Makefile')
-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 9b9ce2b4fd0..539411f1702 100644 --- a/regress/pkg-options/Makefile +++ b/regress/pkg-options/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/16 09:09:24 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/28 12:16:43 dillo 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= order simple +REGRESS_TESTS= all order simple unsupported do-test: .for t in ${REGRESS_TESTS} |