diff options
| author | take_cheeze <[email protected]> | 2014-03-03 16:58:27 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-03-03 16:58:27 +0900 |
| commit | fa5c3d4f517ef5859a0755ca4caeb680240fd060 (patch) | |
| tree | d6f746a59f8cfa831ba4522215e2ae96ef17ecd9 /mrbgems/mruby-bin-strip | |
| parent | cfa7889996eacc96a46e88406894d8f063e2912b (diff) | |
| download | mruby-fa5c3d4f517ef5859a0755ca4caeb680240fd060.tar.gz mruby-fa5c3d4f517ef5859a0755ca4caeb680240fd060.zip | |
add test to check striped binary works correctly
Diffstat (limited to 'mrbgems/mruby-bin-strip')
| -rw-r--r-- | mrbgems/mruby-bin-strip/bintest/mruby-strip.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb b/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb index 4f27d2fce..17bd0e71f 100644 --- a/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb +++ b/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb @@ -32,6 +32,7 @@ assert('success') do o = `bin/mruby-strip #{compiled1.path}` assert_equal 0, $?.exitstatus assert_equal "", o + assert_equal `bin/mruby #{script_file.path}`, `bin/mruby -b #{compiled1.path}` o = `bin/mruby-strip #{compiled1.path} #{compiled2.path}` assert_equal 0, $?.exitstatus |
