X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2FGirTest.vala;h=76e1a344c8143f1449d342e0d118787a56304731;hb=76e73c242789e802e55afcb06cbebe77854488e0;hp=8c4d7f4ff50389825629098c668bf7c18c40a0c9;hpb=414c22a6dc25b53061368300ab9613ad737d772e;p=app.Builder.js diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 8c4d7f4ff..76e1a344c 100644 --- a/tests/GirTest.vala +++ b/tests/GirTest.vala @@ -1,6 +1,14 @@ int main (string[] args) { Gtk.init (ref args); + + + // test the gir location code.. + + var context = new Vala.CodeContext (); + + print(context.get_vapi_path("glib-2.0")); + //GtkClutter.init (ref args); new JsRender.Lang_Class(); GLib.Log.set_always_fatal(LogLevelFlags.LEVEL_ERROR | LogLevelFlags.LEVEL_CRITICAL); @@ -20,7 +28,7 @@ int main (string[] args) { print(generator.to_data(null)); - + /* test = Palete.Gir.factoryFqn(test.fqtype()); n = new Json.Node(Json.NodeType.OBJECT); @@ -29,7 +37,7 @@ int main (string[] args) { print(generator.to_data(null)); - + */ return 0; }