Hiroshi SHIBATA
|
ba889100d8
|
Bundle rbs gem as bundled gems (#3496)
* Added rbs as bundled gems
* Added the missing dependencies for rbs gem
|
2020-09-23 10:59:49 +09:00 |
Nobuyoshi Nakada
|
358f91bf6f
|
Skip comment and empty lines in gems/bundled_gems file
|
2020-07-05 18:59:06 +09:00 |
Nobuyoshi Nakada
|
496f295f91
|
Test bundled gems with timeout
|
2020-01-19 11:35:10 +09:00 |
Nobuyoshi Nakada
|
f43940633d
|
test-bundled-gems.rb: Use real paths for symlinks
|
2020-01-13 12:27:24 +09:00 |
Nobuyoshi Nakada
|
c7632fa80c
|
Do not occupy `ARGV` by XRUBY command
Instead run test-bundled-gems.rb by `ENV['RUBY']`, which should be
set by runruby.rb.
|
2019-11-05 08:45:19 +09:00 |
Nobuyoshi Nakada
|
48f982aba7
|
test-bundled-gems.rb: fixed for out-of-place build
|
2019-10-28 19:14:38 +09:00 |
Benoit Daloze
|
a27dc83113
|
Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for miniruby
|
2019-09-29 13:57:54 +02:00 |
Benoit Daloze
|
4096e4b08c
|
Move the logic to test bundled gems to Ruby code
* Writing shell scripts in a Makefile is very error-prone.
* TEST_BUNDLED_GEMS_ALLOW_FAILURES seemed to not work before.
|
2019-09-29 13:57:54 +02:00 |