mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
gtester.c: support test case listing through gtester.
svn path=/trunk/; revision=5897
This commit is contained in:
parent
a7dc2ea272
commit
add119f8e1
@ -118,6 +118,8 @@ launch_test (const char *binary)
|
||||
argv[i++] = queue_gfree (&free_list, g_strdup_printf ("--seed=%s", subtest_seedstr));
|
||||
for (slist = subtest_paths; slist; slist = slist->next)
|
||||
argv[i++] = queue_gfree (&free_list, g_strdup_printf ("-p=%s", (gchar*) slist->data));
|
||||
if (gtester_list_tests)
|
||||
argv[i++] = "-l";
|
||||
argv[i++] = NULL;
|
||||
|
||||
/* child_report will be used to capture logging information from the
|
||||
|
Loading…
Reference in New Issue
Block a user