Lines Matching full:gtest
1 m4_include(gtest/m4/acx_pthread.m4)
63 AC_ARG_WITH([gtest], optwith
64 [AS_HELP_STRING([--with-gtest],
65 [Specifies how to find the gtest package. If no
67 system installed gtest will be used if present,
69 path is provided, the gtest built or installed at
73 AC_ARG_ENABLE([external-gtest],
74 [AS_HELP_STRING([--disable-external-gtest],
76 installed or user provided gtest. Any option to
77 '--with-gtest' is ignored. (Default is enabled.)])
86 # Setup various GTEST variables. TODO(chandlerc@google.com): When these are
91 [The exact path of Google Test's 'gtest-config' script.])
109 [AS_IF([test -x "${with_gtest}/scripts/gtest-config"],
110 [GTEST_CONFIG="${with_gtest}/scripts/gtest-config"],
111 [GTEST_CONFIG="${with_gtest}/bin/gtest-config"])
118 [AC_PATH_PROG([GTEST_CONFIG], [gtest-config])])
132 [AC_CONFIG_SUBDIRS([gtest])
135 GTEST_CONFIG="`pwd -P`/gtest/scripts/gtest-config"
136 GTEST_CPPFLAGS='-I$(top_srcdir)/gtest/include'
139 GTEST_LIBS='$(top_builddir)/gtest/lib/libgtest.la'