aboutsummaryrefslogtreecommitdiff
path: root/objectivec/DevTools
diff options
context:
space:
mode:
authorTeBoring <teboring@google.com>2015-08-26 14:02:44 -0700
committerTeBoring <teboring@google.com>2015-08-26 16:24:06 -0700
commitaca5a60883385db08f234e43d1f1b2f5867f92e5 (patch)
tree0e6e071a53e14d8a8db6440ef7cffae480d29a26 /objectivec/DevTools
parentb1b98e4b79592baddb5ce1473f53d984a18478da (diff)
downloadprotobuf-aca5a60883385db08f234e43d1f1b2f5867f92e5.tar.gz
protobuf-aca5a60883385db08f234e43d1f1b2f5867f92e5.tar.bz2
protobuf-aca5a60883385db08f234e43d1f1b2f5867f92e5.zip
Fix bugs for objectivec
Diffstat (limited to 'objectivec/DevTools')
-rwxr-xr-xobjectivec/DevTools/compile_testing_protos.sh4
1 files changed, 4 insertions, 0 deletions
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 \