| Index: third_party/protobuf/cmake/tests.cmake
|
| diff --git a/third_party/protobuf/cmake/tests.cmake b/third_party/protobuf/cmake/tests.cmake
|
| index bf8e5a6c79638ae292bdbf8a12c51acf6485d4f2..76fdf8efdf32fe4db7d8ea7528532f84e21720b6 100644
|
| --- a/third_party/protobuf/cmake/tests.cmake
|
| +++ b/third_party/protobuf/cmake/tests.cmake
|
| @@ -4,7 +4,6 @@ endif()
|
|
|
| option(protobuf_ABSOLUTE_TEST_PLUGIN_PATH
|
| "Using absolute test_plugin path in tests" ON)
|
| -mark_as_advanced(protobuf_ABSOLUTE_TEST_PLUGIN_PATH)
|
|
|
| include_directories(
|
| ${protobuf_source_dir}/gmock
|
| @@ -63,10 +62,8 @@ set(tests_protos
|
| google/protobuf/util/internal/testdata/field_mask.proto
|
| google/protobuf/util/internal/testdata/maps.proto
|
| google/protobuf/util/internal/testdata/oneofs.proto
|
| - google/protobuf/util/internal/testdata/proto3.proto
|
| google/protobuf/util/internal/testdata/struct.proto
|
| google/protobuf/util/internal/testdata/timestamp_duration.proto
|
| - google/protobuf/util/internal/testdata/wrappers.proto
|
| google/protobuf/util/json_format_proto3.proto
|
| google/protobuf/util/message_differencer_unittest.proto
|
| )
|
| @@ -214,5 +211,4 @@ target_link_libraries(lite-arena-test libprotobuf-lite gmock_main)
|
|
|
| add_custom_target(check
|
| COMMAND tests
|
| - DEPENDS tests test_plugin
|
| WORKING_DIRECTORY ${protobuf_source_dir})
|
|
|