aboutsummaryrefslogtreecommitdiff
path: root/demos/scons-embind/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'demos/scons-embind/test.js')
-rw-r--r--demos/scons-embind/test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/scons-embind/test.js b/demos/scons-embind/test.js
new file mode 100644
index 00000000..a6252fd8
--- /dev/null
+++ b/demos/scons-embind/test.js
@@ -0,0 +1,2 @@
+var thelibrary = require('./build/thelibrary.js');
+thelibrary.Module.print_some_stuff(1, 2, 'hello world');