summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/template_ns4_runme.rb
blob: bf2c5f5663af79b051a53d2c26748b1c0abf9445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env ruby
#
# Put description here
#
# 
# 
# 
#

require 'swig_assert'

require 'template_ns4'

d = Template_ns4.make_Class_DD()
raise RuntimeError if d.test() != "test"