aboutsummaryrefslogtreecommitdiff
path: root/objectivec/DevTools
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2015-11-04 15:10:49 -0500
committerThomas Van Lenten <thomasvl@google.com>2015-11-04 15:14:54 -0500
commitf0411ec9745a50d123f68a7c7468d71afae9e2c2 (patch)
tree325a869f9b21cee01df3acbac1ee75eeb8becade /objectivec/DevTools
parentb6a32e909b1f58f157c19276af233e44627093f4 (diff)
downloadprotobuf-f0411ec9745a50d123f68a7c7468d71afae9e2c2.tar.gz
protobuf-f0411ec9745a50d123f68a7c7468d71afae9e2c2.tar.bz2
protobuf-f0411ec9745a50d123f68a7c7468d71afae9e2c2.zip
Update the Mac build script to include the conformance tests
- Kick off the conformance tests - Add missing ignore for something generated by a build on the conformance directory.
Diffstat (limited to 'objectivec/DevTools')
-rwxr-xr-xobjectivec/DevTools/full_mac_build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/objectivec/DevTools/full_mac_build.sh b/objectivec/DevTools/full_mac_build.sh
index c38fce7c..ba13cf2b 100755
--- a/objectivec/DevTools/full_mac_build.sh
+++ b/objectivec/DevTools/full_mac_build.sh
@@ -114,7 +114,7 @@ while [[ $# != 0 ]]; do
done
# Into the proto dir.
-pushd "${ProtoRootDir}"
+cd "${ProtoRootDir}"
# if no Makefile, force the autogen.
if [[ ! -f Makefile ]] ; then
@@ -160,6 +160,10 @@ header "Building"
# at random.
wrapped_make -j "${NUM_MAKE_JOBS}" all
wrapped_make -j "${NUM_MAKE_JOBS}" check
+# Fire off the conformance tests also.
+cd conformance
+wrapped_make -j "${NUM_MAKE_JOBS}"
+cd ..
header "Ensuring the ObjC descriptors are current."
# Find the newest input file (protos, compiler, and the generator script).