- source files and Makefiles need never be executable - scripts are run directly by their interpreters in the test suites, so also do not need to be executable
14 lines
147 B
Ruby
14 lines
147 B
Ruby
#!/usr/bin/env ruby
|
|
#
|
|
#
|
|
|
|
require 'swig_assert'
|
|
|
|
require 'const_const'
|
|
include Const_const
|
|
|
|
swig_assert_each_line <<EOF
|
|
foo(1) # 1 is unused
|
|
EOF
|
|
|
|
|