aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-03-02 14:33:02 -0800
committerGitHub <noreply@github.com>2017-03-02 14:33:02 -0800
commit8610d0a9dde9fe536f8c5cd6702e25bd8d9bd1f3 (patch)
treee7744a615361733344da9752182c9dc148e1bac6 /Makefile.am
parent352526c2149f88c229e229013184a136b1414ab0 (diff)
parent9118ad659b21e98c5f44fe1b13f89ec1d23756b1 (diff)
downloadprotobuf-8610d0a9dde9fe536f8c5cd6702e25bd8d9bd1f3.tar.gz
protobuf-8610d0a9dde9fe536f8c5cd6702e25bd8d9bd1f3.tar.bz2
protobuf-8610d0a9dde9fe536f8c5cd6702e25bd8d9bd1f3.zip
Merge pull request #2755 from xfxyjwf/rubycomp
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 \