aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-02-23 17:53:06 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2017-02-27 17:38:54 -0800
commit9118ad659b21e98c5f44fe1b13f89ec1d23756b1 (patch)
treed13d83d3e2532aa6a7695c097de43a046e046b1f /Makefile.am
parent963473b1dd4f37c5c0b8ca72f1c4a05225b927b7 (diff)
downloadprotobuf-9118ad659b21e98c5f44fe1b13f89ec1d23756b1.tar.gz
protobuf-9118ad659b21e98c5f44fe1b13f89ec1d23756b1.tar.bz2
protobuf-9118ad659b21e98c5f44fe1b13f89ec1d23756b1.zip
Add Ruby compatibilty test against 3.0.0.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b520b39..c8f7f696 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -775,6 +775,15 @@ ruby_EXTRA_DIST= \
ruby/.gitignore \
ruby/README.md \
ruby/Rakefile \
+ ruby/compatibility_tests/v3.0.0/tests/test_import.proto \
+ ruby/compatibility_tests/v3.0.0/tests/stress.rb \
+ ruby/compatibility_tests/v3.0.0/tests/repeated_field_test.rb \
+ ruby/compatibility_tests/v3.0.0/tests/generated_code_test.rb \
+ ruby/compatibility_tests/v3.0.0/tests/generated_code.proto \
+ ruby/compatibility_tests/v3.0.0/tests/basic.rb \
+ ruby/compatibility_tests/v3.0.0/test.sh \
+ ruby/compatibility_tests/v3.0.0/Rakefile \
+ ruby/compatibility_tests/v3.0.0/README.md \
ruby/ext/google/protobuf_c/defs.c \
ruby/ext/google/protobuf_c/encode_decode.c \
ruby/ext/google/protobuf_c/extconf.rb \