summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2007-12-23 02:32:15 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-12-23 02:32:15 +0000
commit1584031f69250f7c4479b5d64e724fdd0f120422 (patch)
tree1525700369808c8afce3bd04c9d3b98cc81109dc /contrib
parent30f4c25dd84b6f4bfb2f5aec722753e6d55170e5 (diff)
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
From-SVN: r131146
Diffstat (limited to 'contrib')
-rw-r--r--contrib/regression/ChangeLog2
-rwxr-xr-xcontrib/regression/btest-gcc.sh5
2 files changed, 7 insertions, 0 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index 77f284b9d85..11460d418eb 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -1,5 +1,7 @@
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,
which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8. Add title. Move CSS to top of
diff --git a/contrib/regression/btest-gcc.sh b/contrib/regression/btest-gcc.sh
index 7a59392c40b..b08f357b1fb 100755
--- a/contrib/regression/btest-gcc.sh
+++ b/contrib/regression/btest-gcc.sh
@@ -116,6 +116,7 @@ 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.
@@ -153,6 +154,10 @@ if [ -f $BUILD/$H_TARGET/libjava/testsuite/libjava.sum ] ; then
TESTLOGS="$TESTLOGS $H_TARGET/libjava/testsuite/libjava.sum"
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.
if [ -d $GDB_TESTSUITE ] ; then
mkdir test-gdb || exit 1