mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	gtester.c: support test case listing through gtester.
svn path=/trunk/; revision=5897
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user