diff options
author | Qartar <qartar@live.com> | 2015-06-07 14:22:51 -0700 |
---|---|---|
committer | Qartar <qartar@live.com> | 2015-06-12 13:23:09 -0700 |
commit | 2fe6d7bc5773b6888d0db80eca75e392b3549814 (patch) | |
tree | 719e3b5aadcd20893973686d1753ccaf53de40e7 /cmake | |
parent | 3f9be70d067fb03cd03f99522473dee265b84ddb (diff) |
Workaround for MSVC's string literal compiler limit.
Escape characters don't count for string literal size, no need to pre-generate escape string.
Added unit test to touch enormous cpp generated descriptor.
Updated makefile to include enormous_descriptor.proto
Fixed language compatibility error.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/tests.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake index 24891521..8fb5eef1 100644 --- a/cmake/tests.cmake +++ b/cmake/tests.cmake @@ -25,6 +25,7 @@ set(tests_protos google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto + google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lite_imports_nonlite.proto |