mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-22 08:02:08 +02:00
ruby: add test/test_cases.rb
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user