1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/mkmf
nagachika 9d63a8dd0b merge revision(s) 5cdf99f64e: [Backport #17761]
mkmf: fixed install directories of header files in extension
	 libraries [Bug #17761]

	When installing an extension library which provides a header, that
	header should be installed under site_ruby (or vendor_ruby when
	"--vendor" option was given to extconf.rb).  However, currently
	this file is about to be installed in the core include directory.
	---
	 lib/mkmf.rb               |  8 ++++----
	 test/mkmf/test_install.rb | 30 ++++++++++++++++++++++++++++++
	 2 files changed, 34 insertions(+), 4 deletions(-)
	 create mode 100644 test/mkmf/test_install.rb
2021-05-29 13:39:20 +09:00
..
base.rb
test_config.rb
test_constant.rb
test_convertible.rb
test_find_executable.rb
test_flags.rb
test_framework.rb
test_have_func.rb
test_have_library.rb
test_have_macro.rb
test_install.rb merge revision(s) 5cdf99f64e: [Backport #17761] 2021-05-29 13:39:20 +09:00
test_libs.rb
test_mkmf.rb Make the mkmf methods private in the global [Bug #16896] 2020-07-13 18:44:22 +09:00
test_signedness.rb
test_sizeof.rb