Unit tests do not build for iOS
authorJohann <johannkoenig@google.com>
Thu, 13 Dec 2012 19:35:59 +0000 (11:35 -0800)
committerJohann <johannkoenig@google.com>
Thu, 13 Dec 2012 19:40:15 +0000 (11:40 -0800)
Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6

configure

index b3c5fe9..be36e56 100755 (executable)
--- a/configure
+++ b/configure
@@ -604,6 +604,10 @@ process_toolchain() {
         *-android-*)
             # 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
 int z;