Fix broken tests by #4816 (#5221)
* Fix dist check for ruby
* Fix dist check
diff --git a/Makefile.am b/Makefile.am
index 73c1e6f..9a56437 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -919,13 +919,21 @@
ruby/src/main/java/com/google/protobuf/jruby/Utils.java \
ruby/src/main/java/google/ProtobufJavaService.java \
ruby/src/main/sentinel.proto \
+ ruby/tests/basic_proto2.rb \
+ ruby/tests/basic_test_proto2.proto \
+ ruby/tests/basic_test.proto \
ruby/tests/basic.rb \
+ ruby/tests/common_tests.rb \
ruby/tests/encode_decode_test.rb \
ruby/tests/gc_test.rb \
ruby/tests/repeated_field_test.rb \
ruby/tests/stress.rb \
+ ruby/tests/generated_code_proto2_test.rb \
+ ruby/tests/generated_code_proto2.proto \
ruby/tests/generated_code.proto \
+ ruby/tests/test_import_proto2.proto \
ruby/tests/test_import.proto \
+ ruby/tests/test_ruby_package_proto2.proto \
ruby/tests/test_ruby_package.proto \
ruby/tests/generated_code_test.rb \
ruby/tests/well_known_types_test.rb \
diff --git a/src/Makefile.am b/src/Makefile.am
index 1aabf97..bfa0d3a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -551,6 +551,8 @@
google/protobuf/util/package_info.h \
google/protobuf/compiler/ruby/ruby_generated_code.proto \
google/protobuf/compiler/ruby/ruby_generated_code_pb.rb \
+ google/protobuf/compiler/ruby/ruby_generated_code_proto2.proto \
+ google/protobuf/compiler/ruby/ruby_generated_code_proto2_pb.rb \
google/protobuf/compiler/package_info.h \
google/protobuf/compiler/zip_output_unittest.sh \
libprotobuf-lite.map \