config.tests/unix/doubleformat.test
changeset 33 3e2da88830cd
parent 0 1918ee327afb
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     8 # debuggery
     8 # debuggery
     9 [ "$VERBOSE" = "yes" ] && echo "Determining floating point  word-order... ($*)"
     9 [ "$VERBOSE" = "yes" ] && echo "Determining floating point  word-order... ($*)"
    10 
    10 
    11 # build and run a test program
    11 # build and run a test program
    12 test -d "$OUTDIR/config.tests/unix/doubleformat" || mkdir -p "$OUTDIR/config.tests/unix/doubleformat"
    12 test -d "$OUTDIR/config.tests/unix/doubleformat" || mkdir -p "$OUTDIR/config.tests/unix/doubleformat"
    13 "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "$SRCDIR/config.tests/unix/doubleformat/doubleformattest.pro" -o "$OUTDIR/config.tests/unix/doubleformat/Makefile" >/dev/null 2>&1
    13 "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/unix/doubleformat/doubleformattest.pro" -o "$OUTDIR/config.tests/unix/doubleformat/Makefile" >/dev/null 2>&1
    14 cd "$OUTDIR/config.tests/unix/doubleformat"
    14 cd "$OUTDIR/config.tests/unix/doubleformat"
    15 
    15 
    16 DOUBLEFORMAT="UNKNOWN"
    16 DOUBLEFORMAT="UNKNOWN"
    17 [ "$VERBOSE" = "yes" ] && $MAKE || $MAKE >/dev/null 2>&1
    17 [ "$VERBOSE" = "yes" ] && $MAKE || $MAKE >/dev/null 2>&1
    18 
    18