mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/test_extilibs.rb: do not check the existence of fiddle
libffi is not installed on all systems, and is not needed for most of the tests. Tested on a fresh FreeBSD 11.0 VM git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b1d57ac688
commit
c836e8ddd5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class TestExtLibs < Test::Unit::TestCase
|
|||
check_existence "etc"
|
||||
check_existence "fcntl"
|
||||
check_existence "fiber"
|
||||
check_existence "fiddle"
|
||||
#check_existence "fiddle" # depend on libffi
|
||||
#check_existence "gdbm" # depend on libgdbm
|
||||
check_existence "io/console"
|
||||
check_existence "io/nonblock"
|
||||
|
|
Loading…
Reference in a new issue