[PATCH 3/4] quartz: make test_aggregation non-static

Alexandre Julliard julliard at winehq.org
Fri Dec 14 05:35:53 CST 2007


"Lei Zhang" <thestig at google.com> writes:

> Hi,
>
> This lets us call test_aggregation() from other files.

In general it's better to avoid sharing functions across tests, it makes
it hard to grab a single test and quickly build it on Windows. In this
case you could test all the interfaces in the same file.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list