Lines Matching +refs:test +refs:with +refs:testsuite

7 # with or without modifications, as long as this notice is preserved.
40 dnl along with this program; if not, write to the Free Software
88 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
91 if test -n "$PKG_CONFIG"; then
116 if test -n "$PKG_CONFIG" && \
128 [if test -n "$$1"; then
130 elif test -n "$PKG_CONFIG"; then
133 test "x$?" != "x0" && pkg_failed=yes ],
176 if test $pkg_failed = yes; then
179 if test $_pkg_short_errors_supported = yes; then
197 elif test $pkg_failed = untried; then
222 dnl Checks for existence of MODULES and gathers its build flags with
246 dnl DIRECTORY. The user can override through the --with-pkgconfigdir
253 [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
269 dnl --with-noarch-pkgconfigdir parameter.
275 [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
304 dnl Prepare a "--with-" configure option using the lowercase
312 [m4_default([$5], [build with ]with_arg[ support])])
320 [m4_pushdef([with_without],[--with-]with_arg)])
349 [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
363 AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
384 # -std=c++11). If neither is specified, you get whatever works, with
389 # required and that the macro should error out if no mode with that
404 # Copying and distribution of this file, with or without modification, are
412 # possible conflict with AX_CXX_COMPILE_STDCXX in other modules.
437 if test x$ax_cv_cxx_compile_cxx$1 = xyes; then
442 if test x$ac_success = xno; then
446 AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch,
454 if eval test x\$$cachevar = xyes; then
456 if test -n "$CXXCPP" ; then
466 if test x$ac_success = xno; then
473 AC_CACHE_CHECK(whether $CXX supports C++$1 features with $switch,
481 if eval test x\$$cachevar = xyes; then
483 if test -n "$CXXCPP" ; then
490 if test x$ac_success = xyes; then
496 if test x$ax_cxx_compile_cxx$1_required = xtrue; then
497 if test x$ac_success = xno; then
498 AC_MSG_ERROR([*** A compiler with support for C++$1 language features is required.])
501 if test x$ac_success = xno; then
503 AC_MSG_NOTICE([No compiler with C++$1 support was found])
538 // Hopefully, this will speed up the test.
628 test(const int c, volatile int v)
696 test()
710 struct test
716 static_assert(test::zero == 0, "");
717 static_assert(test::one == 1, "");
793 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
809 void test();
811 void test() { func<foo>(0); }
827 // Hopefully, this will speed up the test.
846 test()
883 static_assert(strlen_c("test") == 4UL, "");
884 static_assert(strlen_c("another\0test") == 7UL, "");
892 test()
929 test()
951 // Hopefully, this will speed up the test.
982 // TODO: test it with clang++ from git
989 namespace test::nested_namespace::definitions
1226 // TODO: test it with clang++ from git
1264 // TODO: test it with clang++ from git
1303 // TODO: test it with clang++ from git
1399 AS_IF([test "x$mm_cv_gcc_visibility_cxxflags" != xnone],
1412 AS_IF([test "x$mm_enable_deprecated_api" = xno],
1416 AM_CONDITIONAL([DISABLE_DEPRECATED_API], [test "x$mm_enable_deprecated_api" = xno])[]dnl
1429 AS_IF([test "x$mm_enable_deprecated_api" = xno],
1443 AS_IF([test "x$MMDOCTOOLDIR" = x],
1446 AS_IF([test "[$]?" -ne 0],
1463 AM_CONDITIONAL([DIST_DOCTOOLS], [test 'x$1' != 'x'])dnl
1484 AS_IF([test "x$ENABLE_DOCUMENTATION" != xno],
1487 AS_IF([test "x$MMDOCTOOLDIR" = x], [mm_err='dnl
1492 [test "x$PERL" = xperl], [mm_err='Perl is required for installing the documentation.'],
1493 [test "x$USE_MAINTAINER_MODE" != xno],
1495 test "x$DOT" != xdot || mm_err=' dot'
1496 test "x$DOXYGEN" != xdoxygen || mm_err="$mm_err doxygen"
1497 test "x$XSLTPROC" != xxsltproc || mm_err="$mm_err xsltproc"
1498 test -z "$mm_err" || mm_err='The documentation cannot be generated because
1501 AS_IF([test -z "$mm_err"], [ENABLE_DOCUMENTATION=yes],
1502 [test "x$ENABLE_DOCUMENTATION" = xyes], [AC_MSG_FAILURE([[$mm_err]])],
1505 AM_CONDITIONAL([ENABLE_DOCUMENTATION], [test "x$ENABLE_DOCUMENTATION" = xyes])
1529 [AS_HELP_STRING([[--with-$1-doc=[TAGFILE@]HTMLREFDIR]],
1535 test "x$mm_tagname" != x || mm_tagname="$3"
1536 test "x$mm_tagpath" != x || mm_tagpath=$mm_tagname[]dnl
1542 # Prepend working direcory if the tag file path starts with ./ or ../
1547 AS_IF([test "x$mm_htmlrefdir" = x],
1555 test "x$mm_htmlrefpub" != x || mm_htmlrefpub=$mm_htmlrefdir
1556 test "x$mm_htmlrefdir" != x || mm_htmlrefdir=$mm_htmlrefpub
1562 test "x$mm_doxytagfile" = x || mm_tagpath=$mm_doxytagfile
1571 AS_IF([test "x$USE_MAINTAINER_MODE" != xno && test ! -f "$mm_tagpath"],
1573 AS_IF([test "x$mm_htmlrefdir" = x],
1575 [AS_IF([test "x$DOCINSTALL_FLAGS" = x],
1579 AS_IF([test "x$mm_$2" = x], [mm_val=$mm_tagpath], [mm_val="$mm_tagpath=$mm_$2"])
1580 AS_IF([test "x$DOXYGEN_TAGFILES" = x],
1592 AS_IF([test "x$ENABLE_DOCUMENTATION" != xno],
1651 all: ; test '[$](result)' = success
1658 AS_IF([test "x$mm_gnu_make" != xyes],
1702 AS_IF([test -z "[$]{$1+set}"],
1704 AS_IF([test "[$]?" -eq 0], [$3], [$4])])
1748 AS_IF([test "x$mm_warning_flags" != x],
1762 AS_IF([test "x$mm_cc_out" = x],
1763 [AS_IF([test "x$mm_tested_flags" = x],
1776 test "x$mm_all_flags" != x || mm_all_flags=none
1784 # with or without modifications, as long as this notice is preserved.
1822 # with or without modifications, as long as this notice is preserved.
1840 # fails when called from a subdirectory in a VPATH build with
1874 # with or without modifications, as long as this notice is preserved.
1896 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
1905 # with or without modifications, as long as this notice is preserved.
1941 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1944 # instance it was reported that on HP-UX the gcc test will end up
1962 if test "$am_compiler_list" = ""; then
1976 # Setup a source with many dependencies, because some compilers
1977 # like to wrap large dependency lists on column 80 (with \), and
1980 # We need to recreate these files for each test, as the compiler may
1981 # overwrite some of them when testing with obscure command lines.
1982 # This happens at least with the AIX C compiler.
1986 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
1992 # We check with '-c' and '-o' for the sake of the "dashmstdout"
1995 # versions had trouble with output in subdirs.
2001 test "$am__universal" = false || continue
2006 if test "x$enable_dependency_tracking" = xyes; then
2013 # This compiler won't grok '-c -o', but also, the minuso test has
2031 # or remarks (even with -Werror). So we grep stderr for any message
2053 test "x$enable_dependency_tracking" != xno \
2054 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
2078 if test "x$enable_dependency_tracking" != xno; then
2083 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
2096 # with or without modifications, as long as this notice is preserved.
2115 # Strip MF so we end up with the name of the file.
2129 if test $am_rc -ne 0; then
2131 for automatic dependency tracking. Try re-running configure with the
2153 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
2162 # with or without modifications, as long as this notice is preserved.
2176 # The call with PACKAGE and VERSION arguments is the old style
2191 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2193 # is not polluted with repeated "-I."
2195 # test to see if srcdir already configured
2196 if test -f $srcdir/config.status; then
2201 # test whether we have cygpath
2202 if test -z "$CYGPATH_W"; then
2220 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
2224 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
2275 dnl The testsuite driver may need to know about EXEEXT, so add the
2280 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
2282 # POSIX will say in a future version that running "rm -f" with no argument
2296 to the behaviour of most rm programs out there, and not conforming with
2304 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2359 # with or without modifications, as long as this notice is preserved.
2366 if test x"${install_sh+set}" != xset; then
2380 # with or without modifications, as long as this notice is preserved.
2383 # with a leading dot. For instance MS-DOS doesn't.
2387 if test -d .tst; then
2402 # with or without modifications, as long as this notice is preserved.
2409 # can override the default with the --enable/--disable switch.
2425 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
2437 # with or without modifications, as long as this notice is preserved.
2464 if test "$am__include" != "#"; then
2480 # with or without modifications, as long as this notice is preserved.
2491 # Define MISSING if not defined so far and test if it is modern enough.
2496 if test x"${MISSING+set}" != xset; then
2519 # with or without modifications, as long as this notice is preserved.
2548 # with or without modifications, as long as this notice is preserved.
2562 # Make sure it works both with $CC and with simple cc.
2563 # Following AC_PROG_CC_C_O, we do the test twice because some
2564 # compilers refuse to overwrite an existing .o file with -o,
2569 && test -f conftest2.$ac_objext; then
2578 if test "$am_cv_prog_cc_c_o" != yes; then
2579 # Losing compiler, so override with the script.
2595 # with or without modifications, as long as this notice is preserved.
2614 # with or without modifications, as long as this notice is preserved.
2635 # symlink; some systems play weird games with the mod time of symlinks
2643 if test "$[*]" = "X"; then
2647 if test "$[*]" != "X $srcdir/configure conftest.file" \
2648 && test "$[*]" != "X conftest.file $srcdir/configure"; then
2657 if test "$[2]" = conftest.file || test $am_try -eq 2; then
2664 test "$[2]" = conftest.file
2683 if test -n "$am_sleep_pid"; then
2695 # with or without modifications, as long as this notice is preserved.
2699 # Enable less verbose build rules; with the default set to DEFAULT
2733 if test $am_cv_make_support_nested_variables = yes; then
2755 # with or without modifications, as long as this notice is preserved.
2759 # One issue with vendor 'install' (even GNU) is that you can't
2765 # STRIPPROG with the value of the STRIP variable (set by the user).
2772 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
2773 if test "$cross_compiling" != no; then
2783 # with or without modifications, as long as this notice is preserved.
2802 # with or without modifications, as long as this notice is preserved.
2831 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
2844 if test $am_uid -le $am_max_uid; then
2851 if test $am_gid -le $am_max_gid; then
2906 test -n "${am_cv_prog_tar_$1}" && break
2914 if test -s conftest.tar; then