|
|
@ -11,7 +11,7 @@ OUTDIR=$4
|
|
|
|
|
|
|
|
|
|
|
|
# build and run a test program
|
|
|
|
# build and run a test program
|
|
|
|
test -d $OUTDIR/config.tests/unix/largefile || mkdir -p $OUTDIR/config.tests/unix/largefile
|
|
|
|
test -d $OUTDIR/config.tests/unix/largefile || mkdir -p $OUTDIR/config.tests/unix/largefile
|
|
|
|
$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/largefile/largefiletest.pro -o $OUTDIR/config.tests/unix/largefile/Makefile >/dev/null 2>&1
|
|
|
|
$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/largefile/largefiletest.pro -o $OUTDIR/config.tests/unix/largefile/Makefile >/dev/null 2>&1
|
|
|
|
cd $OUTDIR/config.tests/unix/largefile
|
|
|
|
cd $OUTDIR/config.tests/unix/largefile
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$VERBOSE" = "yes" ]; then
|
|
|
|
if [ "$VERBOSE" = "yes" ]; then
|
|
|
|