summaryrefslogtreecommitdiff
path: root/platform/osx/scripts/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/scripts/run.sh')
-rwxr-xr-xplatform/osx/scripts/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/scripts/run.sh b/platform/osx/scripts/run.sh
index dcb83e2902..3bdd6bfc76 100755
--- a/platform/osx/scripts/run.sh
+++ b/platform/osx/scripts/run.sh
@@ -11,8 +11,8 @@ BUILDTYPE=${BUILDTYPE:-Release}
# Build
################################################################################
-mapbox_time "compile_program" \
-make xosx -j${JOBS} BUILDTYPE=${BUILDTYPE}
+mapbox_time "run_sdk_tests" \
+make xctest -j${JOBS} BUILDTYPE=${BUILDTYPE}
mapbox_time "compile_render_binary" \
make xrender -j${JOBS} BUILDTYPE=${BUILDTYPE}