Added some more tests for c file wraps.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9928 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d1defceb95
commit
8682f0cbaf
6 changed files with 252 additions and 0 deletions
14
Examples/test-suite/ruby/const_const_runme.rb
Executable file
14
Examples/test-suite/ruby/const_const_runme.rb
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
#
|
||||
|
||||
require 'swig_assert'
|
||||
|
||||
require 'const_const'
|
||||
include Const_const
|
||||
|
||||
swig_assert_each_line <<EOF
|
||||
foo(1) # 1 is unused
|
||||
EOF
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue