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>
This commit is contained in:
parent
8e14f1f79a
commit
548b650e8a
@ -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 ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user