diff options
| author | dearblue <[email protected]> | 2021-05-02 18:25:00 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2021-05-02 18:25:00 +0900 |
| commit | ce973685d0456d1529c7b374ec6f6a890f393e2b (patch) | |
| tree | 7ffb39f2f3333a2aba53d7c778e069ea39ed3a7c | |
| parent | 8f362eaf8a49af23c2c68d7d84b24c5211578881 (diff) | |
| download | mruby-ce973685d0456d1529c7b374ec6f6a890f393e2b.tar.gz mruby-ce973685d0456d1529c7b374ec6f6a890f393e2b.zip | |
Rename mrbgems/mruby-inline-struct with mrbgems/mruby-test-inline-struct
This gem contains only tests.
| -rw-r--r-- | mrbgems/mruby-test-inline-struct/mrbgem.rake (renamed from mrbgems/mruby-inline-struct/mrbgem.rake) | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-test-inline-struct/test/inline.c (renamed from mrbgems/mruby-inline-struct/test/inline.c) | 2 | ||||
| -rw-r--r-- | mrbgems/mruby-test-inline-struct/test/inline.rb (renamed from mrbgems/mruby-inline-struct/test/inline.rb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-inline-struct/mrbgem.rake b/mrbgems/mruby-test-inline-struct/mrbgem.rake index 91ad9f44b..6cbca5417 100644 --- a/mrbgems/mruby-inline-struct/mrbgem.rake +++ b/mrbgems/mruby-test-inline-struct/mrbgem.rake @@ -1,4 +1,4 @@ -MRuby::Gem::Specification.new('mruby-inline-struct') do |spec| +MRuby::Gem::Specification.new('mruby-test-inline-struct') do |spec| spec.license = 'MIT' spec.author = 'mruby developers' spec.summary = 'inline structure' diff --git a/mrbgems/mruby-inline-struct/test/inline.c b/mrbgems/mruby-test-inline-struct/test/inline.c index 6764b1af4..7a91f5ec3 100644 --- a/mrbgems/mruby-inline-struct/test/inline.c +++ b/mrbgems/mruby-test-inline-struct/test/inline.c @@ -69,7 +69,7 @@ istruct_test_mutate(mrb_state *mrb, mrb_value self) return mrb_nil_value(); } -void mrb_mruby_inline_struct_gem_test(mrb_state *mrb) +void mrb_mruby_test_inline_struct_gem_test(mrb_state *mrb) { struct RClass *cls; diff --git a/mrbgems/mruby-inline-struct/test/inline.rb b/mrbgems/mruby-test-inline-struct/test/inline.rb index f959a17c4..f959a17c4 100644 --- a/mrbgems/mruby-inline-struct/test/inline.rb +++ b/mrbgems/mruby-test-inline-struct/test/inline.rb |
