Initial commit
[fillmore] / src / test / debug / test.c
diff --git a/src/test/debug/test.c b/src/test/debug/test.c
new file mode 100644 (file)
index 0000000..4844d0d
--- /dev/null
@@ -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 <glib.h>
+#include <glib-object.h>
+#include <stdlib.h>
+#include <string.h>
+
+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"
+}
+
+
+
+