Make tests work

svn path=/trunk/; revision=6935
This commit is contained in:
Matthias Clasen
2008-05-26 05:57:09 +00:00
parent eb5889df59
commit cdc2910103
8 changed files with 11 additions and 0 deletions

View File

@@ -282,6 +282,7 @@ main (int argc,
char *argv[])
{
g_type_init ();
g_thread_init (0);
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/data-input-stream/read-lines-LF", test_read_lines_LF);