mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/fiddle/test_c_struct_entry.rb,
test/fiddle/test_c_union_entity.rb, test/fiddle/test_cparser.rb, test/fiddle/test_func.rb, test/fiddle/test_handle.rb, test/fiddle/test_import.rb, test/fiddle/test_pointer.rb: don't run test if the system don't support fiddle. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2ee7d72790
commit
1dafd4ebf1
8 changed files with 49 additions and 21 deletions
|
|
@ -1,6 +1,9 @@
|
|||
require_relative 'helper'
|
||||
begin
|
||||
require_relative 'helper'
|
||||
require 'fiddle/struct'
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
require 'fiddle/struct'
|
||||
|
||||
module Fiddle
|
||||
class TestCUnionEntity < TestCase
|
||||
|
|
@ -28,4 +31,4 @@ module Fiddle
|
|||
assert_equal 1, union['int']
|
||||
end
|
||||
end
|
||||
end
|
||||
end if defined?(Fiddle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue