Lines Matching full:test
16 if test "$PWD" -ef "$source_path"
22 if test -e build
24 if test -f $MARKER
47 @if test "$(MAKECMDGOALS)" = "distclean" && \
48 test -e build/auto-created-by-configure ; \
86 test -n "$GITLAB_CI" && echo "configuring with: $invoke"
96 while test -n "$2"; do
109 if test -n "$BASH_VERSION"; then eval '
158 test $# = 1 && return 0
159 test $local_first -lt $2 && return 1
160 test $local_first -gt $2 && return 0
284 if test -z "${CC}${cross_prefix}"; then
290 if test -z "${CXX}${cross_prefix}"; then
301 if test -z "${objcc}${cross_prefix}"; then
377 if test ! -z "$cpu" ; then
432 if test "$host_os" != "bogus"; then
541 if test -n "$host_arch" && {
542 ! test -d "$source_path/linux-user/include/host/$host_arch" ||
543 ! test -d "$source_path/common-user/host/$host_arch"; }; then
547 if test -n "$linux_arch" && ! test -d "$source_path/linux-headers/asm-$linux_arch"; then
559 if test -z "${PYTHON}"; then
598 if test "$host_os" = "windows" ; then
604 (if test "$host_os" = windows; then
629 if test $? -eq 1; then
636 test "${meson_options#*"$1"}" != "$meson_options"
640 if test "$cross_compile" = "yes"; then
697 if test "$target_list_exclude"; then
702 if test "$target_list"; then
715 if test -f "$cf"; then
804 if ! test -e "$source_path/.git"
809 if ! test -f "$source_path/subprojects/keycodemapdb/README" \
810 && test "$download" = disabled
815 if test -e "$source_path/.git"; then
851 test $host_os = freebsd && bsd_user=yes
876 if test x"$show_help" = x"yes" ; then
903 --cross-cc-ARCH=CC use compiler when building ARCH guest test cases
905 --cross-prefix-ARCH=PREFIX cross compiler prefix when building ARCH guest test cases
944 if test -z "$python"
948 if test -n "$first_python"; then
986 if test "$?" -ne 0 ; then
1009 if test "$download" = "enabled" ; then
1013 if test "$docs" != "disabled" ; then
1015 $(test "$docs" = "enabled" && echo "$mkvenv_online_flag") \
1018 if test "$docs" = "enabled" ; then
1030 if test -z "$ninja"; then
1037 if test -z "$ninja"; then
1042 if test "$host_os" = "bogus"; then
1050 # test for any invalid configuration combinations
1051 if test "$host_os" = "windows" && ! has "$dlltool"; then
1052 if test "$plugins" = "yes"; then
1057 if test "$tcg" = "disabled" ; then
1058 if test "$plugins" = "yes"; then
1063 if test "$static" = "yes" ; then
1064 if test "$plugins" = "yes"; then
1069 if test "$plugins" != "no"; then
1088 if test "$host_os" = windows || test "$host_os" = haiku; then
1089 if test "$pie" = "yes"; then
1095 if test "$pie" != "no"; then
1096 if test "$static" = "yes"; then
1103 elif test "$pie" = "yes"; then
1113 if test -z "${target_list+xxx}" ; then
1135 if test "$tcg" = "auto"; then
1136 if test -z "$target_list"; then
1144 # gdb test
1146 if test -n "$gdb_bin"; then
1158 # big/little endian test
1179 echo big/little test failed
1188 if test "$rust" != disabled && ! version_ge "$meson_version" 1.8.1; then
1189 if test "$rust" = enabled; then
1195 if test "$rust" != disabled && has "$rustc" && $rustc -vV > "${TMPDIR1}/${TMPB}.out"; then
1198 if test "$rust" = enabled; then
1203 if test "$rust" != disabled && test -z "$rust_target_triple"; then
1259 test "$host_arch" = arm && rust_osvariant=eabihf
1270 if test "$host_arch" = aarch64; then
1283 test "$rust_arch" = arm && test "$rust_os" != linux && rust_arch=armv7
1289 test "$bigendian" = no && rust_arch=${rust_arch}el
1294 test "$android" = no && rust_arch=${rust_arch}gc
1298 if test "$rust_os" = solaris; then
1306 test "$raw_cpu" = x32 && rust_osvariant=${rust_osvariant}x32
1310 if test "$android" = yes; then
1323 if test $use_containers = "yes" && (has "docker" || has "podman"); then
1329 if test "$container" != "no"; then
1380 if eval test -n "\"\${cross_prefix_$1}\""; then
1451 test "$container" != no || continue
1452 test "$host" = "$cpu" || continue
1454 # debian-all-test-cross architectures
1457 container_image=debian-all-test-cross
1461 container_image=debian-all-test-cross
1464 container_image=debian-all-test-cross
1468 container_image=debian-all-test-cross
1472 # debian-legacy-test-cross architectures (need Debian 11)
1477 container_image=debian-legacy-test-cross
1507 container_image=debian-all-test-cross
1539 if [ "${1%softmmu}" != "$1" ] || test "$target_arch" = "$cpu"; then
1567 if eval test -n "\"\${cross_cc_$target_arch}\""; then
1585 if test -n "$target_cc"; then
1593 elif test -n "$target_as" && test -n "$target_ld"; then
1632 if test $got_cross_cc != yes; then
1644 test -n "$target_cc"
1649 if test -z "$target_cc" && test -z "$target_as"; then
1650 test -z "$container_image" && error_exit "Internal error: could not find cross compiler for $1?"
1652 if test -n "$container_cross_cc"; then
1664 if test -n "$target_cc"; then
1668 if test -n "$target_ar"; then
1671 if test -n "$target_as"; then
1674 if test -n "$target_ld"; then
1677 if test -n "$target_nm"; then
1680 if test -n "$target_objcopy"; then
1683 if test -n "$target_ranlib"; then
1686 if test -n "$target_strip"; then
1719 if test "$host_os" = "linux" && test -n "$linux_arch"; then
1727 test "$host_os" != "darwin" && test "$host_os" != "sunos" && \
1728 test "$host_os" != "haiku" && \
1780 if test "$container" != no; then
1784 if test "$rust" != disabled; then
1793 if test "$default_targets" = "yes"; then
1801 if test "$plugins" = "yes" ; then
1815 test -f "$source_path/tests/tcg/$arch/Makefile.softmmu-target" || continue
1823 if probe_target_compiler $target || test -n "$container_image"; then
1824 test -n "$container_image" && build_static=y
1836 if test "${gdb_arches#*$arch}" != "$gdb_arches"; then
1840 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 15.1; then
1844 if test "${gdb_arches#*aarch64}" != "$gdb_arches" && version_ge $gdb_version 16.0; then
1854 if test "$tcg" = "enabled"; then
1858 if test "$skip_meson" = no; then
1861 test $# = 0 && return
1877 test -n "$objcc" && echo "objc_args = [$(meson_quote $OBJCFLAGS $EXTRA_OBJCFLAGS)]" >> $cross
1884 if test -e "$source_path/.git" && \
1885 { test "$host_os" = linux || test "$host_os" = "windows"; }; then
1889 if test "$SMBD" != ''; then
1892 if test "${QEMU_GA_MANUFACTURER}" != ''; then
1895 if test "${QEMU_GA_DISTRO}" != ''; then
1898 if test "${QEMU_GA_VERSION}" != ''; then
1905 test -n "$cxx" && echo "cpp = [$(meson_quote $cxx $CPU_CFLAGS)]" >> $cross
1906 test -n "$objcc" && echo "objc = [$(meson_quote $objcc $CPU_CFLAGS)]" >> $cross
1907 if test "$rust" != disabled; then
1908 if test "$rust_host_triple" != "$rust_target_triple"; then
1930 if test "$cross_compile" = "yes"; then
1942 if test "$bigendian" = "yes" ; then
1952 if test "$rust" != disabled; then
1961 if test -f "$source_path/configs/meson/$host_os.txt"; then
1967 test "$download" = "disabled" && meson_option_add "--wrap-mode=nodownload"
1968 test "$default_feature" = no && meson_option_add -Dauto_features=disabled
1969 test "$static" = yes && meson_option_add -Dprefer_static=true
1970 test "$pie" = no && meson_option_add -Db_pie=false
1973 test "$rust" != "disabled" && meson_option_add "-Drust=$rust"
1974 test "$cfi" != false && meson_option_add "-Dcfi=$cfi" "-Db_lto=$cfi"
1975 test "$docs" != auto && meson_option_add "-Ddocs=$docs"
1976 test -n "${LIB_FUZZING_ENGINE+xxx}" && meson_option_add "-Dfuzzing_engine=$LIB_FUZZING_ENGINE"
1977 test "$plugins" = yes && meson_option_add "-Dplugins=true"
1978 test "$tcg" != enabled && meson_option_add "-Dtcg=$tcg"
1983 if test "$?" -ne 0 ; then
1988 if test -f meson-private/cmd_line.txt; then
2011 if test -n "$envval"
2052 test "$i" = --skip-meson || printf " %s" "$(quote_sh "$i")" >>config.status
2059 if test "$rust" != disabled; then