X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2FGirTest.vala;h=58fd5f6b8d847f61915c73d06b7254bf1686407f;hb=1d79b1ff5104e472a8ec07cf9671f2a7d99c8739;hp=4ed7ea68d672c146ee406101beafaa1ca90c22f1;hpb=cc4650715b5cef5e84c82dfe5911628990945876;p=app.Builder.js diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 4ed7ea68d..58fd5f6b8 100644 --- a/tests/GirTest.vala +++ b/tests/GirTest.vala @@ -1,6 +1,17 @@ int main (string[] args) { Gtk.init (ref args); + + + // test the gir location code.. + + var context = new Vala.CodeContext (); + Vala.CodeContext.push (context); + + + + 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);