OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gtest_config
(Results
1 - 2
of
2
) 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/v8/build/android/buildbot/
bb_device_steps.py
24
from pylib.gtest import
gtest_config
namespace
483
suites =
gtest_config
.STABLE_TEST_SUITES
486
if s not in
gtest_config
.ASAN_EXCLUDED_TEST_SUITES]
685
options,
gtest_config
.EXPERIMENTAL_TEST_SUITES) or exit_code
Completed in 383 milliseconds