ruby: add test/test_cases.rb

This commit is contained in:
frsyuki
2010-06-01 16:35:21 +09:00
parent 989b14b519
commit d4049fe593
5 changed files with 70 additions and 14 deletions

View File

@@ -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