diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 23:16:54 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 23:16:54 +0900 |
| commit | e4d4192c3ae05364b1c522752b79884ee74931bd (patch) | |
| tree | b433863d2979417763347f09bfdf83acd85b33d8 | |
| parent | a5d05ea8b712ffd51e9518a5604815f10e89bee7 (diff) | |
| download | mruby-e4d4192c3ae05364b1c522752b79884ee74931bd.tar.gz mruby-e4d4192c3ae05364b1c522752b79884ee74931bd.zip | |
Exclude symbols from `mruby-test` gem only used for tests.
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ cfiles = ( ).uniq rbfiles = ( Dir.glob("#{MRUBY_ROOT}/mrblib/**/*.rb")+ - Dir.glob("#{MRUBY_ROOT}/mrbgems/*/mrblib/**/*.rb")+ + Dir.glob("#{MRUBY_ROOT}/mrbgems/*/mrblib/**/*.rb").grep_v(/mruby-test/)+ Dir.glob("#{MRUBY_ROOT}/build/repos/**/mrblib/**/*.rb") ).uniq psfiles = Dir.glob("#{MRUBY_ROOT}/{mrblib,mrbgems,build/repos}/**/presym") |
