Commit graph

14 commits

Author SHA1 Message Date
bsiegert
90c36cf39b Add PLISTs for all regression tests. The infrastructure now sets
PKG_FAIL_REASON if there is no PLIST, breaking all but one test.

Goes from "1 passed, 12 failed" to "6 passed, 7 failed" on Mac OS.

"haha" schmonz@
2014-06-21 16:15:00 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
dillo
58de13db8b Test that PKG_FAIL_REASON is empty. 2005-07-26 16:12:56 +00:00
dillo
a6f3882d40 Add support for sets of options where at least one option from each
set must be selected, requested and reviewed by wiz:

PKG_OPTIONS_NONEMPTY_SETS
       This is a list of names of sets of options.  At
       least one option from each set must be selected.
       The options in each set are listed in
       PKG_OPTIONS_SET.<setname>.  Options from the sets
       will be automatically added to PKG_SUPPORTED_OPTIONS.
2005-07-26 09:00:42 +00:00
dillo
0d259b9e62 also test unsupported and unused legacy options 2005-07-19 10:38:19 +00:00
wiz
6a7784f938 Fix typo. 2005-06-02 20:45:18 +00:00
dillo
788acb84cf add tests for groups of mutually exclusive options 2005-06-02 20:38:51 +00:00
dillo
acf52132cd adapt to quoting fixes 2005-06-02 20:34:52 +00:00
dillo
69fea00b5b test legacy var with `-' in option name 2005-06-01 13:40:46 +00:00
dillo
e11bf66cba fix comments describing test cases 2005-05-31 13:33:39 +00:00
dillo
42816a484c To ease cleanup of the options namespace, add code to support legacy
option names:

PKG_OPTIONS_LEGACY_OPTS+=	old:new

If PKG_DEFAULT_OPTIONS or PKG_OPTIONS.foo contains option old (or
-old) it is rewritten to new (or -new) and a warning is issued by
the supported-options-message target.
2005-05-31 11:05:31 +00:00
dillo
49472fc366 two new test cases:
- all: test overrides and PKG_LEGACY_VARS
- unsupported: test that unsupported option in PKG_OPTIONS.xxx causes failure
2005-05-28 12:16:43 +00:00
rillig
6463647f8c Added the ``order'' testcase, which works since bsd.options.mk, revision
1.22.
2005-05-16 09:09:24 +00:00
rillig
1ff30569df Imported testsuite for the bsd.options.mk framework. 2005-05-16 00:09:03 +00:00