Module: tools Branch: master Commit: 569b5f5b47fdfc0d37f9e8139d3ad4e31be60412 URL: https://source.winehq.org/git/tools.git/?a=commit;h=569b5f5b47fdfc0d37f9e813...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon May 28 15:06:14 2018 +0200
testbot/build: Add support for test helper dlls and make the patch parser reusable.
Don't mistake the helper dlls C source files for test units. Also correctly handle patches that add or remove (i.e. rename) a resource file or helper dll. And move the patch parser to its own module so it can be reused, including by processes that don't use / have access to the database.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/build/Reconfig.pl | 19 ++- testbot/lib/WineTestBot/PatchUtils.pm | 224 ++++++++++++++++++++++++++++++++++ testbot/lib/WineTestBot/Patches.pm | 102 ++-------------- 3 files changed, 247 insertions(+), 98 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=569b5f5b47fdfc0d37f9...