From aca5a60883385db08f234e43d1f1b2f5867f92e5 Mon Sep 17 00:00:00 2001 From: TeBoring Date: Wed, 26 Aug 2015 14:02:44 -0700 Subject: Fix bugs for objectivec --- objectivec/DevTools/compile_testing_protos.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'objectivec/DevTools') diff --git a/objectivec/DevTools/compile_testing_protos.sh b/objectivec/DevTools/compile_testing_protos.sh index f414bd87..e9c5fe61 100755 --- a/objectivec/DevTools/compile_testing_protos.sh +++ b/objectivec/DevTools/compile_testing_protos.sh @@ -68,6 +68,7 @@ fi mkdir -p "${OUTPUT_DIR}/google/protobuf" CORE_PROTO_FILES=( \ + src/google/protobuf/unittest_arena.proto \ src/google/protobuf/unittest_custom_options.proto \ src/google/protobuf/unittest_enormous_descriptor.proto \ src/google/protobuf/unittest_embed_optimize_for.proto \ @@ -76,6 +77,9 @@ CORE_PROTO_FILES=( \ src/google/protobuf/unittest_import_lite.proto \ src/google/protobuf/unittest_lite.proto \ src/google/protobuf/unittest_mset.proto \ + src/google/protobuf/unittest_mset_wire_format.proto \ + src/google/protobuf/unittest_no_arena.proto \ + src/google/protobuf/unittest_no_arena_import.proto \ src/google/protobuf/unittest_no_generic_services.proto \ src/google/protobuf/unittest_optimize_for.proto \ src/google/protobuf/unittest.proto \ -- cgit v1.2.3