From 77017d6d9b6713ec1ea3e59b0149daced8376275 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 3 Nov 2014 16:55:16 +0800 Subject: [PATCH] tests/GirTest.vala --- tests/GirTest.vala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 8ffa58ea5..372c2af64 100644 --- a/tests/GirTest.vala +++ b/tests/GirTest.vala @@ -5,6 +5,12 @@ int main (string[] args) { // test the gir location code.. + context = new Vala.CodeContext (); + Vala.CodeContext.push (context); + + + + print(context.get_vapi_path("glib-2.0")); //GtkClutter.init (ref args); new JsRender.Lang_Class(); -- 2.39.2