aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2017-05-17 13:38:51 -0400
committerThomas Van Lenten <thomasvl@google.com>2017-05-17 14:51:02 -0400
commit49e4ba6098ae4c01f4af35183f9b6f5e6739fb52 (patch)
treebc0c8bea973bf77e0f995d863b95e415bab20535 /Makefile.am
parentb28617b813b4ba4845164a1f5190f762f5b91832 (diff)
downloadprotobuf-49e4ba6098ae4c01f4af35183f9b6f5e6739fb52.tar.gz
protobuf-49e4ba6098ae4c01f4af35183f9b6f5e6739fb52.tar.bz2
protobuf-49e4ba6098ae4c01f4af35183f9b6f5e6739fb52.zip
Fix ExtensionRegistry copying and add tests.
- Fix up -copyWithZone: to not leave the two registries sharing some of the storage by using -addExtensions:. - Improve -addExtensions: to clone the sub dict when there is nothing to merge into. - A ExtensionRegistry unittests. - Update project schemes to not have extra things in perf scheme.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 04b4f4a6..023afa40 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -535,6 +535,7 @@ objectivec_EXTRA_DIST= \
objectivec/Tests/GPBDictionaryTests+UInt64.m \
objectivec/Tests/GPBDictionaryTests.m \
objectivec/Tests/GPBDictionaryTests.pddm \
+ objectivec/Tests/GPBExtensionRegistryTest.m \
objectivec/Tests/GPBMessageTests+Merge.m \
objectivec/Tests/GPBMessageTests+Runtime.m \
objectivec/Tests/GPBMessageTests+Serialization.m \