#4 pdh: Implement and test PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime.

Alexandre Julliard julliard at winehq.org
Mon Jul 30 11:17:58 CDT 2007


Paul Vriens <paul.vriens.wine at gmail.com> 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
julliard at winehq.org



More information about the wine-devel mailing list