ruby/test/fiddle
Dani Smith b5ed7aae3b
[ruby/fiddle] Fix test_dlopen_linker_script_input_linux being
omitted on Fedora 40 aarch64
(https://github.com/ruby/fiddle/pull/161)

I found working on Fedora 40 on aarch64 that
`test_dlopen_linker_script_input_linux` was omitted due to not finding
libncurses.so, since it is in /usr/lib64. This PR makes the glob a
little more portable.

444774c0c4
2024-12-10 11:30:19 +09:00
..
helper.rb Use JRuby implementation for TruffleRuby (#149) 2024-10-16 11:24:25 +09:00
test_c_struct_builder.rb
test_c_struct_entry.rb [ruby/fiddle] Use Ruby's true/false for C bool 2023-11-08 09:25:44 +09:00
test_c_union_entity.rb
test_closure.rb Use JRuby implementation for TruffleRuby (#149) 2024-10-16 11:24:25 +09:00
test_cparser.rb [ruby/fiddle] Add support for bool 2023-08-02 18:17:18 +09:00
test_fiddle.rb [ruby/fiddle] Fix test_dlopen_linker_script_input_linux being 2024-12-10 11:30:19 +09:00
test_func.rb Use JRuby implementation for TruffleRuby (#149) 2024-10-16 11:24:25 +09:00
test_function.rb [ruby/fiddle] Accept Symbol as Function name again 2024-11-11 09:19:48 +09:00
test_handle.rb [ruby/fiddle] Fix Fiddle::Handle.new for a missing library in the 2024-10-26 18:44:15 +09:00
test_import.rb [ruby/fiddle] test: Fix a typo 2024-10-18 11:35:00 +09:00
test_memory_view.rb [ruby/fiddle] Ractor support 2024-10-16 11:24:25 +09:00
test_pack.rb [ruby/fiddle] Fix PACK_MAP for unsigned types (https://github.com/ruby/fiddle/pull/110) 2022-09-11 15:30:49 +09:00
test_pinned.rb [ruby/fiddle] Ractor support 2024-10-16 11:24:25 +09:00
test_pointer.rb Use JRuby implementation for TruffleRuby (#149) 2024-10-16 11:24:25 +09:00