Skip to content
Snippets Groups Projects
Commit 7fc242e0 authored by Hans-Peter Nilsson's avatar Hans-Peter Nilsson Committed by Hans-Peter Nilsson
Browse files

* btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.

From-SVN: r190702
parent a1c741f0
No related branches found
No related tags found
No related merge requests found
2012-08-26 Hans-Peter Nilsson <hp@axis.com>
* btest-gcc.sh (TESTLOGS): Make gfortran.sum optional.
* btest-gcc.sh (TESTLOGS): Add libmudflap.sum, if it exists.
2009-09-02 Geoff Keating <geoffk@apple.com>
......
......@@ -117,7 +117,6 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
# look at.
TESTLOGS="gcc/testsuite/gcc/gcc.sum
gcc/testsuite/g++/g++.sum
gcc/testsuite/gfortran/gfortran.sum
gcc/testsuite/objc/objc.sum"
# Build.
......@@ -144,6 +143,10 @@ echo error > $RESULT || exit 1
# Test GCC against its internal testsuite.
make $dashj -k check
if [ -f gcc/testsuite/gfortran/gfortran.sum ] ; then
TESTLOGS="$TESTLOGS gcc/testsuite/gfortran/gfortran.sum"
fi
if [ -f $BUILD/$H_TARGET/libstdc++-v3/testsuite/libstdc++.sum ] ; then
TESTLOGS="$TESTLOGS $H_TARGET/libstdc++-v3/testsuite/libstdc++.sum"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment