aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-09-22 15:11:17 -0700
committerBo Yang <teboring@google.com>2016-10-10 11:43:48 -0700
commit9d4657a9e270bdc352b01604cc8ed03a4af25f8c (patch)
tree16d175e357f02183d4d8d3663a0da31f43967c51
parent633fdfb510e222d52a6ad0669035135cde3cf74f (diff)
downloadprotobuf-9d4657a9e270bdc352b01604cc8ed03a4af25f8c.tar.gz
protobuf-9d4657a9e270bdc352b01604cc8ed03a4af25f8c.tar.bz2
protobuf-9d4657a9e270bdc352b01604cc8ed03a4af25f8c.zip
update files to include php generators
-rw-r--r--BUILD2
-rw-r--r--cmake/tests.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 1b8e92b0..3c03bfac 100644
--- a/BUILD
+++ b/BUILD
@@ -391,8 +391,10 @@ RELATIVE_TEST_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",
]
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index ec0d6030..30214e7d 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -63,8 +63,10 @@ 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
)