diff options
| author | take-cheeze <[email protected]> | 2018-10-29 13:57:41 +0900 |
|---|---|---|
| committer | take-cheeze <[email protected]> | 2018-10-29 13:57:41 +0900 |
| commit | ac512e9d9f4cc16ab57c1faf5ddd71dc2b96cfc6 (patch) | |
| tree | 6c15cfbef4807b0e216993f43fc33898b0877fbb /lib | |
| parent | fa33a4d75a33c303a78b5bbd7743e207e3e89d61 (diff) | |
| download | mruby-ac512e9d9f4cc16ab57c1faf5ddd71dc2b96cfc6.tar.gz mruby-ac512e9d9f4cc16ab57c1faf5ddd71dc2b96cfc6.zip | |
Sort test script list too
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mruby/gem.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mruby/gem.rb b/lib/mruby/gem.rb index 7e97c34f3..3ecc2e3ab 100644 --- a/lib/mruby/gem.rb +++ b/lib/mruby/gem.rb @@ -63,7 +63,7 @@ module MRuby objfile(f.relative_path_from(@dir).to_s.pathmap("#{build_dir}/%X")) end - @test_rbfiles = Dir.glob("#{dir}/test/**/*.rb") + @test_rbfiles = Dir.glob("#{dir}/test/**/*.rb").sort @test_objs = Dir.glob("#{dir}/test/*.{c,cpp,cxx,cc,m,asm,s,S}").map do |f| objfile(f.relative_path_from(dir).to_s.pathmap("#{build_dir}/%X")) end |
