From 71820cb18ffb779c39e15e758515c6bcad8ac455 Mon Sep 17 00:00:00 2001 From: Robert Carr Date: Tue, 13 Jan 2009 06:47:42 -0500 Subject: Add script to build GObject-introspection GIR, and boilerplate JavaScript test. --- libindicate/tests/test.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 libindicate/tests/test.js (limited to 'libindicate/tests/test.js') diff --git a/libindicate/tests/test.js b/libindicate/tests/test.js new file mode 100755 index 0000000..45b0d05 --- /dev/null +++ b/libindicate/tests/test.js @@ -0,0 +1,6 @@ +#!/usr/local/bin/seed +Seed.import_namespace("Indicate"); + +var indicator = new Indicate.Indicator(); + +indicator.show(); -- cgit v1.2.3