Lines Matching refs:Google
4 dnl Check for the presence of the Google Test library, optionally at a minimum
8 dnl GTEST_VERSION as the version of Google Test found. Finally, it provides
12 dnl Provide a flag to enable or disable Google Test usage.
15 [Enable tests using the Google C++ Testing Framework.
20 [The exact path of Google Test's 'gtest-config' script.])
22 [C-like preprocessor flags for Google Test.])
24 [C++ compile flags for Google Test.])
26 [Linker path and option flags for Google Test.])
28 [Library linking flags for Google Test.])
30 [The version of Google Test available.])
41 Unable to locate either a built or installed Google Test.
43 Google Test, but no 'gtest-config' script could be found at this location.])
50 AC_MSG_CHECKING([for Google Test at least version >= $1])],
52 AC_MSG_CHECKING([for Google Test])])
64 AC_DEFINE([HAVE_GTEST],[1],[Defined when Google Test is available.])],
67 Google Test was enabled, but no viable version could be found.])