Module: tools Branch: master Commit: 6c4b3a308721c8c21806781de0ec4af03288fb7f URL: https://source.winehq.org/git/tools.git/?a=commit;h=6c4b3a308721c8c21806781d...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Feb 1 12:02:45 2021 +0100
testbot/TestWTBS: Allow mission-specific directives, e.g. for test=module.
A different set of tests are run depending on whether a VM's mission is test=test (the default) or test=module. Being unable to distinguish these two cases prevents checking that the right set of test units is being run in many cases. So add support for the wine:build, wine:test, wine:module categories to allow providing specific checks for the test=build/test/module cases respectively.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/tests/TestWTBS | 184 +++++++++++++++++++++++++++++++++++-------------- 1 file changed, 131 insertions(+), 53 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=6c4b3a308721c8c21806...