From 1cf5177b8ffe1bce234d43e6d30b79933699ce25 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 3 Nov 2014 16:52:53 +0800 Subject: [PATCH] tests/GirTest.vala --- tests/GirTest.vala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 4ed7ea68d..8ffa58ea5 100644 --- a/tests/GirTest.vala +++ b/tests/GirTest.vala @@ -1,6 +1,11 @@ int main (string[] args) { Gtk.init (ref args); + + + // test the gir location code.. + + //GtkClutter.init (ref args); new JsRender.Lang_Class(); GLib.Log.set_always_fatal(LogLevelFlags.LEVEL_ERROR | LogLevelFlags.LEVEL_CRITICAL); -- 2.39.2