Initial commit
[fillmore] / src / test / test.vala
diff --git a/src/test/test.vala b/src/test/test.vala
new file mode 100644 (file)
index 0000000..2546341
--- /dev/null
@@ -0,0 +1,12 @@
+/* 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. 
+ */
+
+
+void main(string[] args) {
+    Test.init(ref args);
+    TestSuite.get_root().add_suite(new ProjectLoaderSuite());
+    Test.run();
+}