add test to check striped binary works correctly

This commit is contained in:
take_cheeze
2014-03-03 16:58:27 +09:00
parent cfa7889996
commit fa5c3d4f51
@@ -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