From 181c7f26360429b236ab833c746d10d97811931f Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 15 Jul 2015 11:05:10 -0700 Subject: Added Ruby to conformance tests. This involved fixing a few important bugs in the Ruby implementation -- mostly cases of mixing upb field types and descriptor types (upb field types do not distinguish between int/sint/fixed/sfixed like descriptor types do). Also added protobuf-specific exceptions so parse errors can be caught specifically. Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036 --- ruby/travis-test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ruby/travis-test.sh') diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh index a240dd65..4a2536a5 100755 --- a/ruby/travis-test.sh +++ b/ruby/travis-test.sh @@ -9,7 +9,9 @@ test_version() { "rvm install $version && rvm use $version && \ which ruby && \ gem install bundler && bundle && \ - rake test" + rake test && \ + cd ../conformance && \ + make test_ruby" } test_version $1 -- cgit v1.2.3