Initial commit
[fillmore] / src / test / debug / test.c
1 /* test.c generated by valac, the Vala compiler
2  * generated from test.vala, do not modify */
3
4 /* Copyright 2009 Yorba Foundation
5  *
6  * This software is licensed under the GNU Lesser General Public License
7  * (version 2.1 or later).  See the COPYING file in this distribution. 
8  */
9
10 #include <glib.h>
11 #include <glib-object.h>
12 #include <stdlib.h>
13 #include <string.h>
14
15 typedef GTestSuite ProjectLoaderSuite;
16
17
18
19 ProjectLoaderSuite* project_loader_suite_new (void);
20 ProjectLoaderSuite* project_loader_suite_new (void);
21 void _vala_main (char** args, int args_length1);
22
23
24
25 #line 8 "test.vala"
26 void _vala_main (char** args, int args_length1) {
27 #line 9 "test.vala"
28         g_test_init (&args_length1, &args, NULL);
29 #line 10 "test.vala"
30         g_test_suite_add_suite (g_test_get_root (), (GTestSuite*) project_loader_suite_new ());
31 #line 11 "test.vala"
32         g_test_run ();
33 #line 34 "test.c"
34 }
35
36
37 #line 8 "test.vala"
38 int main (int argc, char ** argv) {
39 #line 40 "test.c"
40         g_thread_init (NULL);
41 #line 8 "test.vala"
42         g_type_init ();
43 #line 8 "test.vala"
44         _vala_main (argv, argc);
45 #line 8 "test.vala"
46         return 0;
47 #line 48 "test.c"
48 }
49
50
51
52