From 733dbac3f86b8c7393c9e8a127f4cc09e905785d Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 10 Apr 2013 17:32:26 +0100 Subject: Enable GObject introspection After running 'make install', run test/smoke-tests/introspection.js (and its Python counterpart) to test whether the GIR has been installed correctly. [#1] --- test/smoke-tests/introspection.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/smoke-tests/introspection.js (limited to 'test/smoke-tests/introspection.js') diff --git a/test/smoke-tests/introspection.js b/test/smoke-tests/introspection.js new file mode 100644 index 0000000..8197fe7 --- /dev/null +++ b/test/smoke-tests/introspection.js @@ -0,0 +1,4 @@ +// Copyright 2013 Endless Mobile, Inc. + +const Endless = imports.gi.Endless; +Endless.hello_sample_function(null); -- cgit v1.2.3