Skip to content
Snippets Groups Projects
Commit 1584031f authored by Geoffrey Keating's avatar Geoffrey Keating Committed by Geoffrey Keating
Browse files

* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.

From-SVN: r131146
parent 30f4c25d
No related branches found
No related tags found
No related merge requests found
2007-12-22 Geoff Keating <geoffk@geoffk.org> 2007-12-22 Geoff Keating <geoffk@geoffk.org>
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01, * GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
which it now is, rather than XHTML, which it never was. which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8. Add title. Move CSS to top of (<head>): Mark as UTF-8. Add title. Move CSS to top of
......
...@@ -116,6 +116,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1` ...@@ -116,6 +116,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
# look at. # look at.
TESTLOGS="gcc/testsuite/gcc/gcc.sum TESTLOGS="gcc/testsuite/gcc/gcc.sum
gcc/testsuite/g++/g++.sum gcc/testsuite/g++/g++.sum
gcc/testsuite/gfortran/gfortran.sum
gcc/testsuite/objc/objc.sum" gcc/testsuite/objc/objc.sum"
# Build. # Build.
...@@ -153,6 +154,10 @@ if [ -f $BUILD/$H_TARGET/libjava/testsuite/libjava.sum ] ; then ...@@ -153,6 +154,10 @@ if [ -f $BUILD/$H_TARGET/libjava/testsuite/libjava.sum ] ; then
TESTLOGS="$TESTLOGS $H_TARGET/libjava/testsuite/libjava.sum" TESTLOGS="$TESTLOGS $H_TARGET/libjava/testsuite/libjava.sum"
fi fi
if [ -f $BUILD/$H_TARGET/libgomp/testsuite/libgomp.sum ] ; then
TESTLOGS="$TESTLOGS $H_TARGET/libgomp/testsuite/libgomp.sum"
fi
# Test the just-built GCC with the GDB testsuite. # Test the just-built GCC with the GDB testsuite.
if [ -d $GDB_TESTSUITE ] ; then if [ -d $GDB_TESTSUITE ] ; then
mkdir test-gdb || exit 1 mkdir test-gdb || exit 1
......
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