diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-09-23 14:29:05 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-09-25 11:38:33 +0900 |
commit | 0b77a86d1ec3a8bb3d62ea38a93d7aed44dd2c0c (patch) | |
tree | 2671195ec447408d934a65fa21904dcf8b4c3909 /ext/-test-/RUBY_ALIGNOF/extconf.rb | |
parent | 873fb1aa4cab7a14f2b38a05f5888c111ea3bc69 (diff) |
ext/-test-/RUBY_ALIGNOF: add minimalistic test
Check if RUBY_ALIGNOF(double) is the alignment to store a double inside
of a struct.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3570
Diffstat (limited to 'ext/-test-/RUBY_ALIGNOF/extconf.rb')
-rw-r--r-- | ext/-test-/RUBY_ALIGNOF/extconf.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/-test-/RUBY_ALIGNOF/extconf.rb b/ext/-test-/RUBY_ALIGNOF/extconf.rb new file mode 100644 index 0000000000..ee6500d61e --- /dev/null +++ b/ext/-test-/RUBY_ALIGNOF/extconf.rb @@ -0,0 +1,2 @@ +# frozen_string_literal: false +create_makefile("-test-/RUBY_ALIGNOF") |