Module: tools Branch: master Commit: f1dd8155567175082fbc48060a2da318c16bc020 URL: http://source.winehq.org/git/tools.git/?a=commit;h=f1dd8155567175082fbc48060...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Feb 16 12:34:47 2017 +0100
testbot: Add a tool to generate Winetest report test cases.
This generates WineTest-style report containing test cases for tools that parse and verify them such as the TestBot and test.winehq.org scripts.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/src/reporttest/Makefile | 28 + testbot/src/reporttest/report.template | 955 +++++++++++++++++++++++++++++++++ testbot/src/reporttest/reporttest.c | 255 +++++++++ testbot/src/reporttest/reporttest.rc | 1 + 4 files changed, 1239 insertions(+)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=f1dd8155567175082fbc4...