diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-12-04 12:50:48 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-04 12:50:48 +0900 |
| commit | 4cd349373779bb643444f85fa1d04b0769c58c63 (patch) | |
| tree | 0be0543faf3f3b02688ed7a8da911dbd15a952a5 | |
| parent | f6ad16384146afa7ec875697c80e200c23cb5b12 (diff) | |
| parent | 4452041ebb56b17c720ca459e3a312ec2c145187 (diff) | |
| download | mruby-4cd349373779bb643444f85fa1d04b0769c58c63.tar.gz mruby-4cd349373779bb643444f85fa1d04b0769c58c63.zip | |
Merge pull request #5211 from shuujii/move-mrbc-test-to-mruby-bin-mrbc-gem-from-mruby-compiler-gem
Move `mrbc` test to `mruby-bin-mrbc` gem from `mruby-compiler` gem
| -rw-r--r-- | mrbgems/mruby-bin-mirb/bintest/mirb.rb | 1 | ||||
| -rw-r--r-- | mrbgems/mruby-bin-mrbc/bintest/mrbc.rb (renamed from mrbgems/mruby-compiler/bintest/mrbc.rb) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-bin-mirb/bintest/mirb.rb b/mrbgems/mruby-bin-mirb/bintest/mirb.rb index 6e87d80aa..62f863c27 100644 --- a/mrbgems/mruby-bin-mirb/bintest/mirb.rb +++ b/mrbgems/mruby-bin-mirb/bintest/mirb.rb @@ -1,4 +1,5 @@ require 'open3' +require 'tempfile' assert('mirb normal operations') do o, s = Open3.capture2(cmd("mirb"), :stdin_data => "a=1\nb=2\na+b\n") diff --git a/mrbgems/mruby-compiler/bintest/mrbc.rb b/mrbgems/mruby-bin-mrbc/bintest/mrbc.rb index f4d9208b3..f4d9208b3 100644 --- a/mrbgems/mruby-compiler/bintest/mrbc.rb +++ b/mrbgems/mruby-bin-mrbc/bintest/mrbc.rb |
