SA Bugzilla – Bug 1979
add test for meta dependencies
Last modified: 2003-05-27 15:52:41 UTC
I do this now manually pre-release, but we should have a test to make sure all of the meta rule's dependencies are defined, and none have a 0 score in a scoreset where the meta doesn't have a 0 score. ie: meta FOO BAR && BAZ score FOO 0 1 0 1 ok: score BAR 0 1 1 1 bad: score BAR 0 0 0 1
taking the rule and fixing the milestone
added a script to the build directory that lists out missing dependencies.