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