2014-02-05 14:09:16 +08:00
|
|
|
#####################################################
|
|
|
|
## Shared definitions for all host test compilations.
|
|
|
|
#####################################################
|
|
|
|
|
2015-08-14 08:51:40 +08:00
|
|
|
LOCAL_CFLAGS_windows += -DGTEST_OS_WINDOWS
|
|
|
|
LOCAL_CFLAGS_linux += -DGTEST_OS_LINUX
|
|
|
|
LOCAL_LDLIBS_linux += -lpthread
|
|
|
|
LOCAL_CFLAGS_darwin += -DGTEST_OS_LINUX
|
|
|
|
LOCAL_LDLIBS_darwin += -lpthread
|
2014-10-21 07:06:44 +08:00
|
|
|
|
|
|
|
LOCAL_CFLAGS += -DGTEST_HAS_STD_STRING -O0 -g
|
2014-02-05 14:09:16 +08:00
|
|
|
LOCAL_C_INCLUDES += external/gtest/include
|
|
|
|
|
2015-09-26 07:11:31 +08:00
|
|
|
LOCAL_STATIC_LIBRARIES += libgtest_main_host libgtest_host
|