summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/function_typedef_runme.rb
blob: c17f44d1991598585cf0c170b590dd7d4b138a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby
#
# Tests for function_typedef.i
#
#

require 'swig_assert'
require 'function_typedef'
include Function_typedef

# Hmm... not sure how to test this.