[Bug 39512] Make it possible to run multiple tests in a single task

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 26 14:56:08 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39512

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
This would also allow fixing the dependency issues (see bug 31789):
 * Do a global rebuild, relying on Wine's build system dependencies to figure
out what to rebuild.
 * See which test object files were modified.
 * Build a WineTest executable that only includes the relevant test executables
and somehow bake into it the exact list of tests to run.

A side effect would be that while before changing a header file in /include
would not have had any impact on which test to run, with this system we may end
up re-running every single tests (which might actually be the right thing to
do, though rarely).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list