summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/imports_runme.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/ruby/imports_runme.rb')
-rwxr-xr-xExamples/test-suite/ruby/imports_runme.rb20
1 files changed, 20 insertions, 0 deletions
diff --git a/Examples/test-suite/ruby/imports_runme.rb b/Examples/test-suite/ruby/imports_runme.rb
new file mode 100755
index 0000000..8bd242e
--- /dev/null
+++ b/Examples/test-suite/ruby/imports_runme.rb
@@ -0,0 +1,20 @@
+#!/usr/bin/env ruby
+#
+# Put description here
+#
+#
+#
+#
+#
+
+require 'swig_assert'
+
+# This is the import runtime testcase.
+
+require 'imports_a'
+require 'imports_b'
+
+x = Imports_b::B.new
+
+x.hello
+