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

  /external/chromium/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...]
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 24 from pylib.gtest import gtest_config namespace
429 RunTestSuites(options, gtest_config.STABLE_TEST_SUITES)
443 RunTestSuites(options, gtest_config.WEBRTC_CHROMIUM_TEST_SUITES)
447 RunTestSuites(options, gtest_config.WEBRTC_NATIVE_TEST_SUITES)
556 RunTestSuites(options, gtest_config.EXPERIMENTAL_TEST_SUITES)
  /external/chromium_org/build/android/
test_runner.py 25 from pylib.gtest import gtest_config namespace
144 for test_suite in (gtest_config.STABLE_TEST_SUITES +
145 gtest_config.EXPERIMENTAL_TEST_SUITES):
154 options.suite_name = [s for s in gtest_config.STABLE_TEST_SUITES]

Completed in 871 milliseconds