X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Ftest%2Fdebug%2Ftest.c;fp=src%2Ftest%2Fdebug%2Ftest.c;h=4844d0d8d8753e22aa18e217d15dd98389f1ebda;hb=a712cd772f4f3db8bed7037bb95c4de94767b230;hp=0000000000000000000000000000000000000000;hpb=2f0296582bf5d3f51db40d299f434fc8240ca6a5;p=fillmore diff --git a/src/test/debug/test.c b/src/test/debug/test.c new file mode 100644 index 0000000..4844d0d --- /dev/null +++ b/src/test/debug/test.c @@ -0,0 +1,52 @@ +/* test.c generated by valac, the Vala compiler + * generated from test.vala, do not modify */ + +/* Copyright 2009 Yorba Foundation + * + * This software is licensed under the GNU Lesser General Public License + * (version 2.1 or later). See the COPYING file in this distribution. + */ + +#include +#include +#include +#include + +typedef GTestSuite ProjectLoaderSuite; + + + +ProjectLoaderSuite* project_loader_suite_new (void); +ProjectLoaderSuite* project_loader_suite_new (void); +void _vala_main (char** args, int args_length1); + + + +#line 8 "test.vala" +void _vala_main (char** args, int args_length1) { +#line 9 "test.vala" + g_test_init (&args_length1, &args, NULL); +#line 10 "test.vala" + g_test_suite_add_suite (g_test_get_root (), (GTestSuite*) project_loader_suite_new ()); +#line 11 "test.vala" + g_test_run (); +#line 34 "test.c" +} + + +#line 8 "test.vala" +int main (int argc, char ** argv) { +#line 40 "test.c" + g_thread_init (NULL); +#line 8 "test.vala" + g_type_init (); +#line 8 "test.vala" + _vala_main (argv, argc); +#line 8 "test.vala" + return 0; +#line 48 "test.c" +} + + + +