X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2FGirTest.vala;h=76e1a344c8143f1449d342e0d118787a56304731;hb=f4090cf4a9f85803c4c70236f9b72c5c44f2180e;hp=4ed7ea68d672c146ee406101beafaa1ca90c22f1;hpb=cc4650715b5cef5e84c82dfe5911628990945876;p=app.Builder.js diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 4ed7ea68d..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);