summaryrefslogtreecommitdiff
path: root/Examples/test-suite/ruby/li_math_runme.rb
blob: 03827831590ada13ec19ff1df40b9b607db1deb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env ruby
#
# li_math.i tests
#
#

require 'swig_assert'
require 'li_math'

swig_assert_each_line <<EOF
Li_math.cos(-5) == Math.cos(-5)
Li_math.sin(-5) == Math.sin(-5)
EOF