tests/ValaTest.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 12:40:54 +0000 (20:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 12:40:54 +0000 (20:40 +0800)
tests/ValaTest.vala

index 4a50555..f23d73a 100644 (file)
@@ -10,6 +10,12 @@ int main (string[] args) {
        new JsRender.Lang_Class();
        GLib.Log.set_always_fatal(LogLevelFlags.LEVEL_ERROR | LogLevelFlags.LEVEL_CRITICAL); 
        Project.Project.loadAll();
+       var p = Project.getProject("BuilderTest");
+
+       // loop through and create vala files..
+       
+       
+       
 /*
        var p = Palete.factory("Roo");
        var cl = p.getClass("Roo.form.Form").toJSON();;