PageRenderTime 50ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/ruby/add_link_runme.rb

#
Ruby | 20 lines | 6 code | 3 blank | 11 comment | 0 complexity | b2b3d210b52f088a89d327d37cb1c8d2 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #!/usr/bin/env ruby
  2. #
  3. # Put script description here.
  4. #
  5. #
  6. #
  7. #
  8. #
  9. require 'swig_assert'
  10. require 'add_link'
  11. include Add_link
  12. #
  13. # This test currently fails due to swig
  14. #
  15. exit(0)
  16. swig_assert( 'Foo.new' )
  17. swig_assert( 'Foo.blah' )