Module: wine Branch: master Commit: 548b650e8a4c389ede63b28fd9d4875602439104 URL: http://source.winehq.org/git/wine.git/?a=commit;h=548b650e8a4c389ede63b28fd9...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Feb 10 16:40:18 2017 +0100
winetest: Explain why the source filename is printed.
It is used by analysis tools like test.winehq.org to link to the relevant test source file.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/winetest/main.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/programs/winetest/main.c b/programs/winetest/main.c index 3b2342a..4d1fa28 100644 --- a/programs/winetest/main.c +++ b/programs/winetest/main.c @@ -773,6 +773,7 @@ get_subtests (const char *tempdir, struct wine_test *test, LPSTR res_name) static void run_test (struct wine_test* test, const char* subtest, HANDLE out_file, const char *tempdir) { + /* Build the source filename so analysis tools can link to it */ const char* file = get_test_source_file(test->name, subtest);
if (test_filtered_out( test->name, subtest ))