Lines Matching refs:gtest_config
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`"
263 gmock_libs="${gmock_libs} `${gtest_config} --libs`"