Lines Matching refs:TEST
37 if "${CROSS_PREFIX}ar" --version >/dev/null 2>/dev/null || test $? -lt 126; then
39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
45 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
51 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
81 while test $# -ge 1
114 test=ztest$$
119 *$test.c*)
120 echo === $test.c === >> configure.log
121 cat $test.c >> configure.log
127 cat > $test.c <<EOF
130 if ($CC -c $CFLAGS $test.c) 2>/dev/null; then
134 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
143 if test $ret -ne 0; then
156 if test $ret -ne 0; then
159 test "$got" = ""
165 cat > $test.c <<EOF
170 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
182 show $cc -c $cflags $test.c
183 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then
189 if test $build64 -eq 1; then
193 if test "${ZLIBGCCWARN}" = "YES"; then
196 if test -z "$uname"; then
209 rm -f $test.[co] $test $test$shared_ext
243 if test -z "$uname"; then
282 if test $build64 -eq 1; then
286 if test x"$flag64" != x"" ; then
338 if test $shared -eq 1; then
340 # we must test in two steps (cc then ld), required at least on SunOS 4.x
341 if try $CC -w -c $SFLAGS $test.c &&
342 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
344 elif test -z "$old_cc" -a -z "$old_cflags"; then
352 if test $shared -eq 0; then
355 TEST="all teststatic"
362 TEST="all teststatic testshared"
372 show "$NM $test.o | grep _hello"
373 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
384 cat > $test.c <<EOF
388 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then
392 TEST="${TEST} test64"
398 cat > $test.c <<EOF
405 if try $CC $CFLAGS -o $test $test.c; then
417 cat > $test.c <<EOF
422 if try $CC $CFLAGS -o $test $test.c; then
436 cat > $test.c <<EOF
440 if try $CC -c $CFLAGS $test.c; then
451 cat > $test.c <<EOF
455 if try $CC -c $CFLAGS $test.c; then
464 if test $zprefix -eq 1; then
472 if test $solo -eq 1; then
483 if test $cover -eq 1; then
485 if test -n "$GCC_CLASSIC"; then
496 cat > $test.c <<EOF
508 if try $CC -c $CFLAGS $test.c; then
512 cat > $test.c <<EOF
529 if try $CC $CFLAGS -o $test $test.c; then
533 cat >$test.c <<EOF
552 if try $CC -c $CFLAGS $test.c; then
571 cat >$test.c <<EOF
590 if try $CC -c $CFLAGS $test.c; then
605 cat >$test.c <<EOF
619 if try $CC $CFLAGS -o $test $test.c; then
623 cat >$test.c <<EOF
636 if try $CC -c $CFLAGS $test.c; then
655 cat >$test.c <<EOF
668 if try $CC -c $CFLAGS $test.c; then
682 if test "$gcc" -eq 1; then
684 cat > $test.c <<EOF
692 if tryboth $CC -c $CFLAGS $test.c; then
704 cat > $test.c <<EOF
719 if try $CC $CFLAGS $test.c -o $test && Z_U4=`./$test` && test -n "$Z_U4"; then
728 rm -f $test.[co] $test $test$shared_ext $test.gcno
751 echo TEST = $TEST >> configure.log
792 /^test: */s#:.*#: $TEST#