Paul Vriens <[EMAIL PROTECTED]> writes:
> And how would you do that?
>
> The first thing that winetest does is go through all the tests to
> retrieve all the subtests. If it finds a missing dll (or depending
> dll) we could/should catch that and not run the tests.
>
> Is it as simple as that?
Well, since the tests are named from the dll they are testing, I'd
suggest that before running the test app 'foo_test.exe' we try a
LoadLibrary("foo.dll"), and if that fails we report the whole test as
skipped.
--
Alexandre Julliard
[EMAIL PROTECTED]