blob: 232bb68ee1b3d8f25a233ad6bd05809b0c6175fa [file] [log] [blame]
#!/usr/bin/env ruby
#
# Put description here
#
#
#
#
#
require 'swig_assert'
require 'friends'
a = Friends::A.new(2)
raise RuntimeError if Friends::get_val1(a) != 2
raise RuntimeError if Friends::get_val2(a) != 4
raise RuntimeError if Friends::get_val3(a) != 6
raise RuntimeError if Friends.chum_blah() != 1234
raise RuntimeError if Friends.mate_blah() != 4321