Unit tests do not build for iOS
Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6
This commit is contained in:
parent
7a09f6b892
commit
a1d929ea97
4
configure
vendored
4
configure
vendored
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user