summaryrefslogtreecommitdiff
path: root/ruby/makegem.sh
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-06-01 16:35:21 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-06-01 16:35:21 +0900
commitd4049fe593ae4465e7a258d138c2166571a0f1a7 (patch)
tree132d5251b03ec1d7cd79fda45a50bca5a87f438d /ruby/makegem.sh
parent989b14b5197025db8c89c22872ddeb9842f99aa8 (diff)
downloadmsgpack-python-d4049fe593ae4465e7a258d138c2166571a0f1a7.tar.gz
ruby: add test/test_cases.rb
Diffstat (limited to 'ruby/makegem.sh')
-rwxr-xr-xruby/makegem.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ruby/makegem.sh b/ruby/makegem.sh
index 5ea66f1..827f452 100755
--- a/ruby/makegem.sh
+++ b/ruby/makegem.sh
@@ -13,7 +13,9 @@ cp ../msgpack/pack_template.h msgpack/
cp ../msgpack/unpack_define.h msgpack/
cp ../msgpack/unpack_template.h msgpack/
cp ../msgpack/sysdep.h msgpack/
-cat msgpack_test.rb | sed "s/require ['\"]msgpack['\"]/require File.dirname(__FILE__) + '\/test_helper.rb'/" > test/msgpack_test.rb
+cp ../test/cases.mpac test/
+cp ../test/cases_compact.mpac test/
+cp ../test/cases.json test/
gem build msgpack.gemspec