summaryrefslogtreecommitdiff
path: root/test/smoke-tests/introspection.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/smoke-tests/introspection.js')
-rw-r--r--test/smoke-tests/introspection.js4
1 files changed, 4 insertions, 0 deletions
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);