Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
9 lines
340 B
9 lines
340 B
#!/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"
|
|
|