Commit a1d929ea authored by Johann's avatar Johann
Browse files

Unit tests do not build for iOS

Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6
Showing with 4 additions and 0 deletions
...@@ -604,6 +604,10 @@ process_toolchain() { ...@@ -604,6 +604,10 @@ process_toolchain() {
*-android-*) *-android-*)
# GTestLog must be modified to use Android logging utilities. # GTestLog must be modified to use Android logging utilities.
;; ;;
*-darwin-*)
# iOS/ARM builds do not work with gtest. This does not match
# x86 targets.
;;
*) *)
check_cxx "$@" <<EOF && soft_enable unit_tests check_cxx "$@" <<EOF && soft_enable unit_tests
int z; int z;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment