HomeSort by relevance Sort by last modified time
    Searched refs:gtest_config (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/scripts/
gmock-config.in 230 gtest_config="@GTEST_CONFIG@"
242 gtest_config="${bindir}/gtest-config"
243 if test ! -x "${gtest_config}"; then
244 gtest_config=`which gtest-config`
249 if ! test -x "${gtest_config}"; then
253 elif ! "${gtest_config}" "--exact-version=@GTEST_VERSION@"; then
260 gmock_cppflags="${gmock_cppflags} `${gtest_config} --cppflags`"
261 gmock_cxxflags="${gmock_cxxflags} `${gtest_config} --cxxflags`"
262 gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`
    [all...]
  /external/googletest/googlemock/scripts/
gmock-config.in 230 gtest_config="@GTEST_CONFIG@"
242 gtest_config="${bindir}/gtest-config"
243 if test ! -x "${gtest_config}"; then
244 gtest_config=`which gtest-config`
249 if ! test -x "${gtest_config}"; then
253 elif ! "${gtest_config}" "--exact-version=@GTEST_VERSION@"; then
260 gmock_cppflags="${gmock_cppflags} `${gtest_config} --cppflags`"
261 gmock_cxxflags="${gmock_cxxflags} `${gtest_config} --cxxflags`"
262 gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`
    [all...]
  /external/v8/testing/gmock/scripts/
gmock-config.in 230 gtest_config="@GTEST_CONFIG@"
242 gtest_config="${bindir}/gtest-config"
243 if test ! -x "${gtest_config}"; then
244 gtest_config=`which gtest-config`
249 if ! test -x "${gtest_config}"; then
253 elif ! "${gtest_config}" "--exact-version=@GTEST_VERSION@"; then
260 gmock_cppflags="${gmock_cppflags} `${gtest_config} --cppflags`"
261 gmock_cxxflags="${gmock_cxxflags} `${gtest_config} --cxxflags`"
262 gmock_ldflags="${gmock_ldflags} `${gtest_config} --ldflags`
    [all...]

Completed in 117 milliseconds