Testing both the support and the sources expanded. PiperOrigin-RevId: 508471876pull/11896/head
parent
b977cf5c7e
commit
26dae8d94a
2 changed files with 37 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
#!/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" |
Loading…
Reference in new issue