On Tue, Jul 15, 2008 at 11:05:53PM +0200, Denys Vlasenko wrote:

>Making testsuite clever enough to correctly exclude tests
>depending on .config requires some serious work.

No, it shouldn't. I've added "optional" quite some time ago (see e.g.
pidof.tests) and i really hope that it still does what it's supposed to
do :)

So, just say

testing "unconditional tests here" ...
optional FEATURE_THIS_OR_THAT
testing "this or that" ...
optional FEATURE_THIS_AND_THAT
testing "this and that" ...
optional ''
testing "additional unconditional tests here" ...
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to