Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
340 B
10 lines
340 B
2 years ago
|
#!/bin/bash
|
||
|
|
||
|
${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/pddm \
|
||
|
--dry-run \
|
||
|
${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/*.[hm] \
|
||
|
${TEST_SRCDIR}/google3/third_party/protobuf/objectivec/Tests/*.[hm] \
|
||
|
|| die "Update by running: objectivec/DevTools/pddm.py objectivec/*.[hm] objectivec/Tests/*.[hm]"
|
||
|
|
||
|
echo "PASS"
|