ruby/test/mkmf
Yuta Saito 8b55aaa85c [Feature #20345] Add `--target-rbconfig` option to mkmf
Introduce a new mkmf option `--target-rbconfig` to specify the RbConfig
file for the deployment target platform. This option is useful for
cross-compiling Ruby extensions without faking the global top-level
`RbConfig` constant.
2024-04-02 14:24:54 +09:00
..
base.rb mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863) 2023-05-29 10:09:32 +02:00
test_config.rb [Feature #20345] Add `--target-rbconfig` option to mkmf 2024-04-02 14:24:54 +09:00
test_configuration.rb mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863) 2023-05-29 10:09:32 +02:00
test_constant.rb Make sure super is called and fix teardown 2022-08-25 11:31:16 -07:00
test_convertible.rb
test_egrep_cpp.rb
test_find_executable.rb
test_flags.rb mkmf: Add the extra option `--with-verbose` to enable verbose mode. (#7863) 2023-05-29 10:09:32 +02:00
test_framework.rb
test_have_func.rb
test_have_library.rb
test_have_macro.rb
test_install.rb
test_libs.rb
test_mkmf.rb
test_pkg_config.rb Also the tests should use the configured pkg-config 2022-10-02 15:19:14 +09:00
test_signedness.rb
test_sizeof.rb